You'll need nodejs and ruby:
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
bundle exec guard