Application hosted here
- Rebuild node dependencies
- run
npm rebuild
- Depending on your configuration, you might need to export the installed modules to your path.
- Executing the app
# you need to run redis first.
$ redis-server
# Development mode
$ node app.js
# Production mode
# production mode uses scripts that are generated by `make all`
$ export NODE_ENV=production
$ node app.js