[o2.js][o2jscom] uses [grunt][grunt], you will need to [install grunt][grunt] before going over the following steps.
Make sure you have [node.js][nodejs] installed.
Then install grunt CLI and r.js as follows:
$ npm install -g grunt-cli
$ npm install -g requirejs
Then run the following scripts:
$ npm install
$ grunt publish
You are all set!
Run grunt doc
.
Run grunt publish
.
Run grunt help
for a list of tasks available.
// TODO: update this file.