Awesome
dojo-website
Development
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.
Building the Docs
Reference Guide
- Requirement: Sphinx
sudo easy_install pip
sudo pip install sphinx
grunt guide
API Docs
grunt api
Deployment
Follow the steps for the Development and Docs install and then run grunt deploy