A neat static website that showcases Toronto's subway infrastructure over the years!
This website is built with Jekyll which it arguably shouldn't be, I am no good at the JavaScript but static websites are able to penetrate the walls of my incredibly thick skull. That said, here's how to build this thing!
- Download Jekyll (instructions available on their website linked above).
- Clone the repo
- Navigate to the repo in your terminal
cd .../transit-over-time
bundle exec jekyll serve
- Navigate to localhost:4000 in your browser and get going!
PRs welcome! <3