Procurement prototypes for CFPB
Prototypes to help CFPB procure things more easily! This site is published
automatically by 18F Pages.
NOTE: If you’re new to Capital Framework, we encourage you to
start here.
npm install -g grunt-cli
NOTE: To re-install and rebuild all the site’s assets run
./setup.sh
./setup.sh
again. See the usage section on updating all theIf the software is configurable, describe it in detail,
either here or in other documentation to which you link.
This is a Jekyll site. To view it locally, run one of the following:
jekyll serve
# or
npm start
Each time you fetch from the upstream repository (this repo), run ./setup.sh
.
This setup script will remove and re-install the project dependencies and
rebuild the site’s JavaScript and CSS assets.
To watch for changes in the source code and automatically update the running site,
open a terminal and run:
grunt watch
Alternatively, if you don’t want to run the full watch task,
there are three available sub-tasks:
# Watch & compile CSS only
grunt watch:css
# Watch & compile JS only
grunt watch:js
# Watch & compile CSS & JS only
grunt watch:cssjs
TODO
Document any known significant shortcomings with the software.
Instruct users how to get help with this software; this might include links
to an issue tracker, wiki, mailing list, etc.
Use the issue tracker to follow the development conversation.
If you find a bug not listed in the issue tracker, please file a bug report.