File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments