Skip to content

Shasthojoy/code-gov-developer-docs

 
 

Repository files navigation

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.

Using JavaScript and Bower

If you are going to work on the JavaScript for this site, you need to do the following:

  • Run npm install -g bower to install Bower.
  • Run npm install -g grunt-cli to install Grunt.
  • Run npm install in the directory to install other tools.
  • Run bower install to install dependencies.
  • Run bundle install to install additional dependencies.

After changing the JavaScript, run grunt to rebuild the minified JS.

About

Quick micro site for Code.gov developer docs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 73.5%
  • Ruby 16.5%
  • HTML 6.3%
  • JavaScript 3.7%