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 run
is a shortcut fordocpad run
.make pages
will create a static build of the site and save it to thestatic
path. Meant for deploy to gh-pages, or any static hosting option.