Graphical arrival and departue board for railway stations in Switzerland.
This is a just for fun project. I am using it to teach myself technologies such as React, React Konva, Docker, docker-compose, continous deployment to Kubernetes, etc.
The latest image is automatically deployed at trackz.ch.
To execute the app in the development mode either run
docker-compose up
or
cd web
npm run start
The app will be available at http://localhost:8080 or http://localhost:3000 respectively.
The page will reload if you make edits. You will also see any lint errors in the console.