blob: e47c3f34d76fae19dea8ee744410cb2857db48b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## 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/html.h`.
|