Visit http://w33ble.github.io/harvestjs-express/ to view this course
You'll need node, as well as bower and docpad installed globally. Once that's done, run the following:
npm install
bower install
This makes use of some Makefile shortcuts. You don't have to use them if you don't want, but here they are:
make runis a shortcut fordocpad run.make pageswill create a static build of the site and save it to thestaticpath. Meant for deploy to gh-pages, or any static hosting option.