# 1. Setup environment
cp infra/dev/.env.dev.example infra/dev/.env
cp frontend/.env.local.example frontend/.env.local
# 2. Install dependencies
npm run install:all
# 3. Start everything
npm run dev| Service | URL |
|---|---|
| Frontend | http://localhost:3000 |
| Backend API | http://localhost:3001 |
| Docs | http://localhost:3002 |
| PostgreSQL | localhost:5432 |
| Garage S3 | localhost:3900 |
| Command | Description |
|---|---|
npm run dev |
Start full dev stack |
npm run install:all |
Install all dependencies |
npm run dev:services |
Start only Docker services |
npm run dev:stop |
Stop all services |
npm run dev:cleanup |
Stop and remove all data |