aboutsummaryrefslogtreecommitdiffstats
path: root/client/README.md
diff options
context:
space:
mode:
authorCarlos Villavicencio <carlos.po5i@gmail.com>2018-05-16 01:19:55 +0200
committerCarlos Villavicencio <carlos.po5i@gmail.com>2018-05-16 01:19:55 +0200
commitffd4c36830e6789b37581c1b666a12545c07ca4e (patch)
treeb647850fec94aaf843f386bc7354e75df24da338 /client/README.md
parentMerge pull request #10 from bacn/master (diff)
downloadhackchat-ffd4c36830e6789b37581c1b666a12545c07ca4e.tar.gz
hackchat-ffd4c36830e6789b37581c1b666a12545c07ca4e.zip
Introducing syntax highlight
Diffstat (limited to 'client/README.md')
-rw-r--r--client/README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/client/README.md b/client/README.md
index 292daab..4172271 100644
--- a/client/README.md
+++ b/client/README.md
@@ -1 +1,11 @@
-(TODO)
+## Development
+A quick way to start a server is to use Node.js `http-server`:
+
+```
+npm install http-server -g
+cd client
+http-server
+```
+
+## Deployment
+(TODO) \ No newline at end of file