This is the SnapIn public facing website.
Grunt handles source compilation/minification/etc and can launch a static web server for local testing.
$ npm install
Compile SASS files
$ grunt sass
Watch for changes and compile automatically.
$ grunt watch
$ grunt serve