Install node.js and gulp
brew install node
npm install gulp -g
npm install
Copy config-sample.json to config.json and add your config settings.
Make sure mongo is running
mongod
Run the server
gulp develop
Open http://localhost:3000 in your browser
DEBUG=trippay gulp develop