mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2026-04-03 05:21:09 +02:00
web UI for open trip planner
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 4.0.0 to 6.0.2. - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](https://github.com/yahoo/serialize-javascript/compare/v4.0.0...v6.0.2) --- updated-dependencies: - dependency-name: serialize-javascript dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| .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 | ||
| 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://digitransit.atlassian.net However, we also monitor this repository's issues and import them to Jira. 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.