Skip to content

Commit 8b41128

Browse files
authored
Merge branch 'recodehive:main' into main
2 parents e95bd04 + bdd3ea7 commit 8b41128

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

community/contributing-guidelines.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ flowchart LR
4141

4242
Once you have installed the dependencies, you can run the application locally using:
4343
```bash
44-
npm i
45-
```
46-
```bash
4744
npm start
4845
```
4946

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ services:
1111
command: npm run dev -- --host 0.0.0.0 # THIS is the crucial change for hot-reload!
1212
environment:
1313
- NODE_ENV=development
14+
- CHOKIDAR_USEPOLLING=true

0 commit comments

Comments
 (0)