Before running you need to install npm, bower and grunt-cli.
After that in project root you need to:
npm install
bower install
After that you can start application by DEBUG=events:* grunt
.
You need to install ruby and bundle.
In project root:
bundle install
For deployment - run ./deploy.sh
.
grep -r 'TODO' --exclude-dir=node_modules --exclude-dir=bower_components --exclude-dir=.git --exclude-dir=vendor --exclude-dir=public