mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-24 04:34:19 +01:00
13 lines
256 B
Markdown
13 lines
256 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/html.h`.
|