Skip to content

Commit 462437d

Browse files
committed
docs: simplify README by removing separate Local Development section
The Docker Compose setup already supports hot reload, so a separate local dev section is unnecessary. Mention hot reload inline instead. https://claude.ai/code/session_01JTbjLrkLpw9qMsaLup2Kqa
1 parent c5224f0 commit 462437d

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,7 @@ docker compose exec backend pnpm migrate
1818
docker compose exec backend pnpm seed # Optional: populate with sample data
1919
```
2020

21-
The app is available at `http://localhost:8080` (nginx reverse proxy).
22-
23-
## Local Development
24-
25-
For faster iteration on the Node.js apps (hot reload without container overhead):
26-
27-
```bash
28-
# Prerequisites: Node.js 24+, pnpm 8+
29-
docker compose up -d
30-
pnpm install
31-
pnpm migrate
32-
pnpm seed # Optional: populate with sample data
33-
pnpm dev
34-
```
35-
36-
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.
3722

3823
## Documentation
3924

0 commit comments

Comments
 (0)