This demo stores data locally.

Also uses

Installing Sass

gem install sass

Installing Compass

gem install compass

Installing NodeJs + NPM

http://nodejs.org/

Once those are installed you should be able to run the following commands at the root of the project

bower install
npm install
gulp <- Default task
gulp watch
gulp styles
gulp scripts
gulp clean