preact: add README

This commit is contained in:
Shuanglei Tao
2018-04-29 11:35:58 +08:00
parent 8ee982bd02
commit bffedd4d75

9
preact/README.md Normal file
View File

@@ -0,0 +1,9 @@
# preact html frontend
> **This is a work in progress**
# Development
1. Install dependencies: `yarn install`
2. Start ttyd as websocket backend
3. Start dev server: `yarn start`