Graphical arrival and departure board for railway stations in Switzerland.
This is a just for fun project.
The latest image is automatically deployed at trackz.ch.
To execute the app in the development mode either run
devbox run -- npm ci
devbox run -- npm run dev
The page will reload if you make edits. You will also see any lint errors in the console.
To replicate the pull request checks locally, run the following commands in sequence:
devbox run -- npm ci
devbox run -- npm run build
devbox run -- npm run lint
devbox run -- npm run format:check