https://github.com/shrinks99/transit-over-time
A history of the Toronto subway
https://github.com/shrinks99/transit-over-time
jekyll-site toronto transit-map ttc
Last synced: 4 months ago
JSON representation
A history of the Toronto subway
- Host: GitHub
- URL: https://github.com/shrinks99/transit-over-time
- Owner: Shrinks99
- License: other
- Created: 2019-03-09T21:17:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:36:41.000Z (about 3 years ago)
- Last Synced: 2024-10-12T14:09:27.727Z (over 1 year ago)
- Topics: jekyll-site, toronto, transit-map, ttc
- Language: SCSS
- Homepage: https://shrinks99.github.io/transit-over-time/
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Transit Over Time
A neat static website that showcases Toronto's subway infrastructure over the years!
### Development Instructions
This website is built with [Jekyll](https://jekyllrb.com/) 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!
1. Download Jekyll (instructions available on their website linked above).
2. Clone the repo
3. Navigate to the repo in your terminal `cd .../transit-over-time`
4. `bundle exec jekyll serve`
5. Navigate to localhost:4000 in your browser and get going!
PRs welcome! <3