Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 323 Bytes

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