Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 952 Bytes

README.md

File metadata and controls

55 lines (39 loc) · 952 Bytes

Timeboxx

Environments

Environment Backend Frontend
Local http://localhost:8000/graphql http://localhost:5173
Production https://timeboxx.fly.dev/graphql https://timeboxx.fly.dev

Development

Pre-requisites

Steps

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:upgrade

Deployment

Pre-requisites

Steps

task deploy:production