https://opendatainitiative.github.io/ohio
- [Project Overview]((https://opendatainitiative.github.io/ohio/background)
- [Project Issues to be Completed]((https://opendatainitiative.github.io/ohio/issues/)
- Fork it (https://opendatainitiative.github.io/ohio/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
You can take all the files of this site and run them just on your computer as if it were live online, only it's just on your machine. This is the best way to test your changes before creating a pull request.
- Ruby v2.3.3 (installed default with macOS)
- Bundler (binaries available with macOS)
- Jekyll (binaries available with macOS)
- Git (binaries available with macOS)
sudo gem install bundler
sudo gem install jekyll
git clone https://github.com/sarob/opensourceindex.git
cd opensourceindex
bundle install (do not bundle install as root)
bundle exec jekyll serve
Open http://localhost:4000 in your browser
The underlying Jekyll source code that used to format and display content is licensed under the MIT license, the non-code text content displayed by Jekyll is licensed under the Creative Commons Attribution 4.0 license, and code created by the project contributors is licensed under the Apache License 2.0. Don't see what you're looking for? Create an issue, we'll do our best to help you out.