Files
ttyd/html/README.md
2016-11-09 20:02:04 +08:00

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`.