| Environment | Backend | Frontend | 
| Local | http://localhost:8000/graphql | http://localhost:5173 | 
| Production | https://timeboxx.fly.dev/graphql | https://timeboxx.fly.dev | 
asdf plugin add task || true
asdf plugin add nodejs || true
asdf plugin add pnpm || true
asdf plugin add poetry || true
asdf install
task setup-local
task docker:dev # `task dev` if you host your own db
# After db is ready
task db:upgradetask deploy:production