This is a companion repo for the Irish public transport tracker.
This project includes a docker compose file for hosting a local schedule database and an automated github workflow for streaming updates to a hosted PostgreSQL instance.
npm install
- rename example.env to
.env
DATABASE_URL=postgresql://:@/gtfs?sslmode=require - run
docker compose up --build
to ensure local container is running npm run build
npm run import