Files
ttyd/html/README.md
2016-12-26 00:30:55 +08:00

10 lines
191 B
Markdown

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