Skip to content

Commit dc35fe9

Browse files
Update README.md
1 parent 4a3ff89 commit dc35fe9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,25 @@ docker run -p 3000:3000 recodehive-app
8080

8181
This command will start a development server and open the application in your default web browser.
8282

83+
## ⚡ Local Development with Docker Compose & Hot Reload
84+
85+
For an even smoother experience, contributors can leverage **Docker Compose with hot reloading**.
86+
This lets you see code changes instantly at [http://localhost:3000](http://localhost:3000) without rebuilding or restarting containers.
87+
88+
### 🏃 Quick Start
89+
90+
```bash
91+
git clone https://github.com/your-username/recodehive-website.git
92+
cd recodehive-website
93+
docker-compose up
94+
```
95+
96+
### 🚢 Production Deployment
97+
```bash
98+
npm run build
99+
npm run serve
100+
```
101+
83102
**If you'd like to contribute to CodeHarborHub, please follow these guidelines:**
84103

85104
- **Fork** the repository and clone it locally.

0 commit comments

Comments
 (0)