15 lines
314 B
Markdown
15 lines
314 B
Markdown
|
## Prerequisites
|
||
|
|
||
|
> **NOTE:** yarn v2 is required.
|
||
|
|
||
|
Install [Yarn](https://yarnpkg.com/getting-started/install), 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`.
|