A new way to manage projects with other people.
- Run
cd server
and then[sudo] npm install
. - Install mongod and run
mongod
in another shell (keep it running). - Run
mongo
and thenuse kaykay-dev
and thenexit
. - Run
node [server/]server.js
. - Head to http://localhost:1337/.