]> prime8.dev >> repos - ttyd.git/commitdiff
preact: add README
authorShuanglei Tao <tsl0922@gmail.com>
Sun, 29 Apr 2018 03:35:58 +0000 (11:35 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Fri, 24 May 2019 12:44:46 +0000 (20:44 +0800)
preact/README.md [new file with mode: 0644]

diff --git a/preact/README.md b/preact/README.md
new file mode 100644 (file)
index 0000000..4ebf41f
--- /dev/null
@@ -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`
\ No newline at end of file