Answering the important questions.
npm install bower grunt-cli -g
to install Bower and Grunt.npm install
to install development dependencies.bower install
to install website assets.grunt serve
to start a webserver and open the app.
grunt test
to make sure everything is still passing.grunt serve:dist
to verify that any changes you have made will survive the build process. Sometimes minification can have unnexpected side-effects.
Build progress can be monitored at https://travis-ci.org/Sinetheta/shouldiorderapizza Healthy builds will be deployed automatically #YOLO