Make setting up and developing easier

This commit is contained in:
2024-06-26 17:14:36 +02:00
parent 44c70a5ee7
commit e9311225e7
4 changed files with 30 additions and 6 deletions

View File

@ -1,3 +1,15 @@
# Timetracker
A simple game catalogue and play session tracker.
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`.