Setup

  1. install grunt-cli
npm install grunt-cli -g
  1. install NPM node_modules
npm install
  1. run grunt watch for development
grunt watch
  1. run grunt recess & jekyll build for deploy
grunt recess && jekyll build
  1. Serve from ./automatica