mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-25 21:14:21 +01:00
10 lines
190 B
Markdown
10 lines
190 B
Markdown
### Build the inlined html
|
|
|
|
install [Yarn](https://yarnpkg.com), then run the following commands:
|
|
|
|
```bash
|
|
yarn
|
|
yarn run build
|
|
```
|
|
|
|
this will compile the inlined html to `../src/index.html`. |