Files
dwa/README.md
2025-10-24 22:22:46 +02:00

666 B

DWA

This is a motivational app, where you can track how long you went without accident. You can reset your progress when you have an accident.

Installation

You can just visit https://quirinecker.github.io/dwa/ and install the PWA on your device via chrome(android)/safari(ios).

Development

The project is a Vue3/bun/vite project, so the instructions are relatively straight forward.

Install dependencies

bun install

Run the development server

bun run dev

Build the application

bun run build

Run the tests

bun run test