Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 594 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 594 Bytes

S-Bahn München Live

A Vue.js implementation of S-Bahn München Live with realtime data from geOps.

Installation

$ npm install

Usage

Serving the app for local development

$ npm run dev

When using Docker, a local instance will be available via http://localhost:8080/

$ docker-compose up --build

Building a distribution version

$ 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