Skip to content

PassiDel/bsag-delay

Repository files navigation

GTFS Delay Visualization

Make sure to first run the convert process.

Usage

See convert README.md.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev