Go to file
Lukáš Kucharczyk e79cf5de7a
fix non-working views
2024-08-09 13:12:47 +02:00
.githooks Disable pre-commit hook 2023-01-16 19:46:15 +01:00
.github/workflows Temporarily disable tests 2024-02-09 22:08:49 +01:00
.vscode vscode: add extensions and settings 2024-08-08 14:48:10 +02:00
common improve pagination 2024-08-09 11:47:10 +02:00
games fix non-working views 2024-08-09 13:12:47 +02:00
tests Initial working API 2023-11-30 17:35:44 +01:00
timetracker even more formatting 2024-08-08 15:08:50 +02:00
.dockerignore Fix .dockerignore 2023-11-16 16:27:41 +01:00
.drone.yml Update .drone.yml testing 2023-11-16 16:30:17 +01:00
.editorconfig Add .editorconfig 2023-02-21 23:50:09 +01:00
.envrc add .envrc 2024-08-08 14:48:20 +02:00
.gitignore .gitignore: add .direnv 2024-08-08 14:49:09 +02:00
.pre-commit-config.yaml Update black 2024-04-04 11:09:09 +02:00
CHANGELOG.md create purchase list without paging 2024-08-08 20:17:43 +02:00
Caddyfile Remove Caddy 2023-01-20 17:15:53 +01:00
Dockerfile Version 1.5.2 2024-01-14 21:28:38 +01:00
Makefile make dev does not ignore warnings 2024-06-26 18:35:05 +02:00
README.md Make setting up and developing easier 2024-06-26 17:18:58 +02:00
docker-compose.no-caddy.yml Remove Caddy 2023-01-20 17:15:53 +01:00
docker-compose.yml Fix docker-compose.yml 2023-11-16 16:27:41 +01:00
entrypoint.sh Try to shutdown container gracefully and faster 2023-10-01 19:57:15 +02:00
manage.py Rename project, part 2 (#42) 2023-01-20 13:37:46 +00:00
package.json Make game overview more appealing 2024-07-09 23:03:03 +02:00
poetry.lock update dependencies 2024-08-08 09:17:09 +02:00
pyproject.toml Improve game links 2024-07-09 19:40:47 +02:00
shell.nix improve shell.nix 2024-08-08 14:48:58 +02:00
tailwind.config.js Make game overview more appealing 2024-07-09 23:03:03 +02:00

README.md

Timetracker

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.