Files
timetracker/README.md
T
2026-06-02 15:07:53 +02:00

15 lines
338 B
Markdown

# Timetracker
A simple game catalogue and play session tracker.
# Development
The project uses `uv` to manage Python versions and dependencies.
Simply run:
```
make init
```
This installs the correct Python version, syncs all dependencies, and installs npm packages.
Afterwards, you can start the development server using `make dev`.