The build is using Assemble and Grunt to crunch the templates and create a static site.
To run this project you will need:
grunt serve
packages up the site and serves it atlocalhost:8000
grunt build
compile the site into./dist
directorygrunt publish
publishes to github pages