For complete setup instructions please see SETUP.md.
$ npm install
# For running the server in production
$ npm install -g pm2
To run the server on a production machine, simply run pm2.
# In production
$ pm2 start ecosystem.config.js
# In development
$ npm run app