kevin 2 жил өмнө
parent
commit
48d1737657
1 өөрчлөгдсөн 22 нэмэгдсэн , 5 устгасан
  1. 22 5
      README.md

+ 22 - 5
README.md

@@ -1,9 +1,26 @@
-#README
+# README
 
 
-##init
+### Install node.js dependencies
 
 
+```bash
+$ npm install
 ```
 ```
-npm install
-source activate
-./run.sh
+
+### Run locally
+
+```bash
+$ source activate
+$ ./run.sh
+```
+
+(CTRL-C to exit)
+
+### Run with docker-compose
+
+```bash
+$ ./start_docker.sh -d 
+```
+
+```bash
+$ ./stop_docker.sh
 ```
 ```