git submodule update --init --recursive
npm install
bower install
grunt develop
- Visit http://localhost:1337/
Note: By default, the reference guide and API docs are not generated by the develop task.
- Requirement: Sphinx
sudo easy_install pip
sudo pip install sphinx
grunt guide
grunt api
Follow the steps for the Development and Docs install and then run grunt deploy