App that scans and stores your semester ticket.
This is a simple PWA that can save your semester ticket and crop out the relevant parts so it is easier to show to conductors.
It is available offline and does not upload your ticket to a server.
-
Requirements
You should have an LTS version of Node.js installed.
-
Install the dependencies
Run
npm install
to install all neccesary packages. -
Run the application
Start the development server by running
npm run dev
.