Visualizations > Simple Transit Site
An online example of how to create a transit website all from your gtfs on Github
Simple Transit Site
A template built using Remix, Sqlite and GTFS Node to automate updates for public transit websites using GTFS Node.
Getting started
Copy .env.example to .env and add in your parameters.
To start
npm run generate
npm run db:push
npm run gtfs
npm run dev
Go to localhost:3000