blob: a96860f72f6290d06c163f0c296310e90dc22842 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# OKCMS
> "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/
|