Skip to content

juliaklindpaintner/data-strategy

 
 

Repository files navigation

CircleCI

data-strategy

Federal data strategy website

Running a local copy

  • 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

Contributing

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

Public domain

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.

About

Federal data strategy website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.2%
  • HTML 36.9%
  • Ruby 1.2%
  • JavaScript 0.7%