Requires node.js
- Install grunt
npm install -g grunt-cli
- Install wintersmith
npm install -g wintersmith
- Install npm
npm install
Once everything is installed, it's easy to run locally
grunt watchwintersmith preview
grunt build should run all the tasks necessary to deploy the static version of the site.