App to track stuff. I rewrite it once a year to experiment with new tech, but I hope that after current rewrite I will actually develop features 😎🤙

Deployed version: https://tyl.illkle.com (unstable, no guarantees)
- Copy the env template and update secrets:
cp .env.example .env
- Start docker compose:
pnpm infra:up
- Start development:
pnpm dev