Digitransit UI is a journey planner user interface built to work with OpenTripPlanner and the Digitransit platform.
yarn install && yarn setupyarn run dev, then open http://localhost:8080
See Installation for full requirements and options, and
scripts/ui.sh for running against a DEV/PROD API subscription key.
The source code of the platform is dual-licensed under the EUPL v1.2 and AGPLv3 licenses.
Our main issue tracking is handled in https://dev.azure.com/digitransit/digitransit However, we also monitor this repository's issues and import them to Azure Boards. You can create issues in GitHub.
- HSL Reittiopas (Helsinki region) - https://reittiopas.hsl.fi
- National journey planner - https://matka.fintraffic.fi
- See digitransit.fi for more regional deployments
Digitransit-ui is tested to work on the latest and the second latest major versions of Firefox, Chromium and Safari.
- Continuous Integration: https://github.com/HSLdevcom/digitransit-ui/actions
Visual tests are run with jest and playwright.
More information about testing.