Jekyll-based website for nyc.g0v.network, hosted on GitHub Pages.
- Jekyll. A static HTML website generator.
- GitHub Pages. A Jekyll website-hosting service provided by GitHub.
- Heroku. A platform for easily deploying applications.
- Review Apps. A Heroku feature that deploys code from GitHub pull requests as a disposable app on the web.
- Ruby 2.3+
rbenv
(optional)
You'll first need to ensure you are using a compatible version of Ruby.
We recommend managing Ruby versions with rbenv
. (Installing and
setting ruby versions is out of scope of these instructions.)
ruby --version
>>> ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
git clone https://github.com/patcon/toronto-shelter-map
bundle install
bundle exec jekyll serve
Please make sure to read our Contributing Guide and Code of Conduct before making a pull request.