diff options
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,3 +2,12 @@ > "Pretty good" > - Steve Jobs + +## To run: + +* cd app/node_modules ; for i in * ; do cd $i ; npm install; cd .. ; done ; cd ../.. +* cd examples +* node index + +Server will be running on http://lvh.me:1337/ + |
