Repo for my personal site, maxmccord.co.
Building and running the site requires Node.js, Bower, and Grunt Task Runner.
# install node dependencies
$ npm install
# install front-end dependencies
$ bower install
# create a build of the site
$ grunt
# configure SMTP settings in config.json
$ vim config.json
# start hosing the site
$ node server