A special thanks to the teams at GSA/18F for their open and transparent model, which benefits citizens, government, and technology.
This application is optimized for deployment on 18F's Federalist static site hosting service.
We use the U.S. Web Design System, a set of reusable, high quality components for modern websites. Many other U.S. government websites use the System.
If you're using this repository to run the site locally, follow these instructions.
Dependencies:
- Node 6+ to install USWDS and dependencies
- Ruby and bundler to install / run Jekyll.
- Clone this repo.
npm install
to install the USWDS, and Gulp dependencies.npm install -g gulp
to let you use thegulp
CLI directly.bundle install
to install Jekyll.
If you'll be editing the Sass/CSS:
gulp watch
To run the app:
bundle exec jekyll serve
If all goes well, visit the site at http://localhost:4000
.
This project is in the worldwide public domain.
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.