mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2026-04-02 21:12:46 +02:00
web UI for open trip planner
| .github | ||
| .vscode | ||
| .yarn | ||
| app | ||
| build | ||
| config | ||
| digitransit-component | ||
| digitransit-search-util | ||
| digitransit-store | ||
| digitransit-util | ||
| docs | ||
| sass | ||
| scripts | ||
| server | ||
| static | ||
| test | ||
| win-launch-scripts | ||
| .codecov.yml | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .git-blame-ignore-revs | ||
| .gitignore | ||
| .lvimrc | ||
| .nvmrc | ||
| .nycrc.json | ||
| .stylelintrc.json | ||
| .yarnrc.yml | ||
| babel.config.js | ||
| COPYING | ||
| Dockerfile | ||
| lerna.json | ||
| LICENSE-AGPL.txt | ||
| LICENSE-EUPL.txt | ||
| package.json | ||
| postcss.config.js | ||
| publiccode.yml | ||
| README.md | ||
| webpack.config.babel.js | ||
| yarn.lock | ||
Digitransit-ui is a mobile friendly User interface built to work with Digitransit platform
Licensing
The source code of the platform is dual-licensed under the EUPL v1.2 and AGPLv3 licenses.
Issues
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.
Demos
Testing
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.