codeacross.ca

codeacross.ca

Jekyll-based website for CodeAcross.ca, hosted on GitHub Pages.

CodeAcross.ca

Jekyll-based website for CodeAcross.ca, hosted on GitHub Pages.

:computer: Local Development

Technologies Used

  • 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.

Requirements

  • Ruby 2.3+
  • rbenv (optional)

Setup

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

:muscle: Contributing

Please make sure to read our Contributing Guide and Code of Conduct before making a pull request.

CC0 1.0 Universal