Files
ttyd/html/README.md
2018-05-02 23:49:18 +08:00

13 lines
260 B
Markdown

## Prerequisites
install [Yarn](https://yarnpkg.com), and run: `yarn install`.
## Development
1. Start ttyd: `ttyd bash`
2. Start the dev server: `yarn run start`
## Publish
Run `yarn run build`, this will compile the inlined html to `../src/index.html`.