Federal data strategy website
- Make sure you have Ruby (Install it if you don't)
ruby --version
- Install bundler
gem install bundler
- Clone this site to your local computer
- Switch into the root folder of this project on your machine
- Install Jekyll and other dependencies
bundle install
- Run the site locally
bundle exec jekyll serve
- Preview the site at http://localhost:4000
h/t Setting up your GitHub Pages site locally with Jekyll
See CONTRIBUTING for additional information.
This site is automatically published based on the branch.
Branch | Environment | URL |
---|---|---|
develop |
staging | strategy-staging.data.gov |
master |
production | strategy.data.gov |
This project is in the worldwide public domain. As stated in CONTRIBUTING:
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.