- NodeJS
- NPM
- Bower (presumed global install)
- Grunt (presumed global install)
- Bundler to install SASS
- install node packages
npm install
- install compass gem for SASS support
bundle
- download bower frameworks
bower install
- to run cucumber tests using headless phantomjs browser
grunt e2e