Go to file
Lukáš Kucharczyk c3f99d124c
update base.css
2024-08-12 21:42:56 +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 update ruff path 2024-08-12 21:42:47 +02:00
common list editions 2024-08-11 20:21:27 +02:00
games update base.css 2024-08-12 21:42:56 +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 list platforms, fix editing platform 2024-08-11 18:34:50 +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 formatting 2024-08-11 17:24:26 +02:00
package.json Make game overview more appealing 2024-07-09 23:03:03 +02:00
poetry.lock remove black 2024-08-11 17:24:19 +02:00
pyproject.toml remove black 2024-08-11 17:24:19 +02:00
shell.nix add ruff to shell.nix 2024-08-11 17:24:50 +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.