timetracker/README.md

15 lines
394 B
Markdown
Raw Normal View History

2023-01-02 16:14:46 +00:00
# Timetracker
2024-06-26 15:14:36 +00:00
A simple game catalogue and play session tracker.
# Development
The project uses `pyenv` to manage installed Python versions.
If you have `pyenv` installed, you can simply run:
```
make init
```
This will make sure the correct Python version is installed, and it will install all dependencies using `poetry`.
Afterwards, you can start the development server using `make dev`.