A Vue.js implementation of S-Bahn München Live with realtime data from geOps.
$ npm install$ npm run devWhen using Docker, a local instance will be available via http://localhost:8080/
$ docker-compose up --build$ npm run buildThis task will create a distribution version of the project
inside your local dist/ folder
When using docker, run
$ docker-compose -f docker-compose.dist.yaml up --build