Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 224 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 224 Bytes

Installing

npm install
git submodule init
git submodule update --recursive
git submodule foreach npm install
npm install -g grunt-cli

Running locally

grunt server

Deploying

grunt deploy