My awesome all-in-one tool.
task app:setup
task app:devWe commit the openapi.yaml directly, so:
- If the backend changes, pull the latest code or update the YAML manually.
- Run
task api:generateto regenerate the TypeScript client. - Run
task quality:type-checkto make sure nothing has broken on the frontend side.
All commands are discoverable by running:
task list
# or
task --listMajor technical choices are documented in docs/adr/. Start reading with ADR-001.