You'll need nodejs and ruby (for Compass, Scss):
gem install bundler # http://gembundler.com/
bundle install # Dev dependencies in Gemfile
npm install # Dev dependencies in package.json
./node_modules/.bin/bower install # App dependencies
Watch for changes, compile Javascript and SCSS, and run server
grunt dev
Compile all
grunt all