Only super tokens, that's all.
-
Install a recent version of Node.js and Node package manager (npm) via your preferred method.
-
Install MongoDb. MongoDb on OSX
npm install
You'll need to do this once or when dependencies change.
mongod --port 27777
mongod --dbpath /to/your/testdb --port 28888
npm run installdb
npm run installtestdb
in development mode
npm run serve
in production mode:
npm start
Jshint checking ant tests:
npm test