https://github.com/marks/sam_api
Documentation to support upcoming data platform API and data sets
https://github.com/marks/sam_api
Last synced: 10 months ago
JSON representation
Documentation to support upcoming data platform API and data sets
- Host: GitHub
- URL: https://github.com/marks/sam_api
- Owner: marks
- License: unlicense
- Created: 2014-07-03T19:43:04.000Z (almost 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-07-03T19:58:36.000Z (almost 12 years ago)
- Last Synced: 2025-07-01T04:07:59.010Z (12 months ago)
- Homepage: http://gsa.github.io/sam_api/sam
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
SAM API Documentation
====================
This is the documentation repository for the GSA SAM 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.
After changing the JavaScript, run `grunt` to rebuild the minified JS.