To modify the code fork this project and clone it to your system.
Install the libraries needed for the project.
npm install
bower install
To debug and test the project you can run the following,
gulp serve
To create minified files to deploy, use the following command. This will create the files in www folder.
gulp build
To deploy the files to Github pages and view them thru the browser like this project is setup, use the following command
npm run all