Auctions API Documentation This is the documentation repository for the Code.gov API.
Thanks to CFPB team for creating this model and for furthering open source in government.
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. - Run
bundle installto install additional dependencies.
After changing the JavaScript, run grunt to rebuild the minified JS.