You need to have node.js with up to date npm to develop this project.
You also need to have bower available in your CLI
The project structure and build automation is based on modified Yeoman Webapp Generator
In order to start developing this project:
Clone the repo to your local machine:
git clone http://github.com/filipnathanel/super-wave
Then cd into the super-wave directory and execute npm install and bower install
After the npm will have finished installing you should be able to simply gulp serve to start up a server with livereload.