just or just help to see all available commands.
Getting Started
Initialize Project
- Installs dependencies with Bun
- Creates environment files from examples (
backend/.env,worker/.env,frontend/.env)
Development Commands
Start Development Environment
- Checks for environment files
- Starts Docker infrastructure (Postgres, Temporal, MinIO, Loki)
- Waits for services to be ready
- Runs database migrations
- Starts backend, worker, and frontend via PM2
Stop Development
View Logs
Check Status
Production Commands
Start Production
Build and Start
Stop Production
View Production Logs
Check Production Status
Clean Production
This deletes all data.
Infrastructure Commands
Start Infrastructure
- PostgreSQL
- Temporal
- MinIO
- Redis
- Loki
Stop Infrastructure
View Infrastructure Logs
Clean Infrastructure
This deletes all data.
Utility Commands
Show All Status
- PM2 services
- Infrastructure containers
- Production containers
Reset Database
Build Images Only
Quick Reference
Environment Files
Thejust init command creates these environment files:
Each file is created from its corresponding
.env.example template.