The 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.
This set of web pages uses DOCter, a Jekyll template for quickly building out project pages and documentation.
You will need to have Ruby 2.2.2 install, the bundler gem, and pandoc
gem install bundler
on mac osx, you can use homebrew to install pandoc
brew update
brew install pandoc
Fork and clone the repo:
git clone [email protected]:18F/govconnect.git
cd govconnect
bundle install
Run Jekyll:
jekyll serve --baseurl ''
If you'd like to contribute to this project, please use the fork-and-pull model:
- Fork this repository to your personal account.
- Create a branch and make your changes.
- Test the changes locally/in your personal fork.
- Submit a pull request to open a discussion about your proposed changes.
- We'll talk about it and decide to merge or request additional changes.