Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 284 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 284 Bytes

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