This is the documentation repository for the Public Data Platform API. It is a separate effort from Qu, the software that powers this API. That documentation lives here.
Check out the gh-pages view.
Thanks to the eregs team and their documentation work for starting us off with a great codebase.
If you are going to work on the JavaScript for this site, you need to do the following:
- Run
npm install -g bowerto install Bower. - Run
npm install -g grunt-clito install Grunt. - Run
npm installin the directory to install other tools. - Run
bower installto install dependencies.
After changing the JavaScript, run grunt to rebuild the minified JS.