Appearance
Developer How-To Guides
How-to guides are problem-oriented. Each one answers a specific question: "How do I...?" They assume you already have a working environment and know what you want to accomplish.
Deployment
- Self-Hosting with Docker — Deploy the full stack using Docker Compose
Backend
- Add a NestJS API Module — Scaffold a new feature module following the project conventions
- Run Database Migrations — Write and apply Prisma migrations
- Add a BullMQ Job — Create a new background job type
Frontend
- Add a Frontend View — Add a new Vue route and page component
- Regenerate the API Client — Re-generate the typed SDK after API changes
Configuration
- Configure the Environment — Set up
.envand.env.backendfor local and production
Contribution
- Contributing — Branch naming, PR workflow, linting, and commit conventions