This is a proof of concept of an interactive OC Transpo system map made using Mapbox, React, and the shapes.txt
file from OC Transpo's GTFS data.
Before building, you will need Node.js and NPM installed.
To setup this project for development or building, follow these steps:
- Clone the repository.
- Obtain a Mapbox access token.
- Create a
.env
file in the root of the project and put the following line in it
MAPBOX_KEY=<mapbox access token>
- Run
npm install
- Run
npm start