Home

Awesome

dojo-website

Development

  1. git submodule update --init --recursive
  2. npm install
  3. bower install
  4. grunt develop
  5. 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

  1. sudo easy_install pip
  2. sudo pip install sphinx
  3. grunt guide

API Docs

  1. grunt api

Deployment

Follow the steps for the Development and Docs install and then run grunt deploy