You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(all): Use Docker Compose as primary Quick Start, rename docker scripts
Make Docker Compose the default development path in the README with a
note about hot reload support. Remove the separate Local Development
section. Rename docker:up to docker:db:up to clarify they only start
PostgreSQL.
docker compose exec backend pnpm seed # Optional: populate with sample data
21
19
```
22
20
23
-
Frontend runs at `http://localhost:5173`, backend at `http://localhost:3000`.
21
+
The app is available at `http://localhost:8080` (nginx reverse proxy). This setup also works well for development — source code is mounted into the containers with hot reload enabled.
0 commit comments