A Vue.js implementation of S-Bahn München Live with realtime data from geOps.
$ npm install
$ npm run dev
When using Docker, a local instance will be available via http://localhost:8080/
$ docker-compose up --build
$ npm run build
This 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