We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e95bd04 + bdd3ea7 commit 8b41128Copy full SHA for 8b41128
community/contributing-guidelines.md
@@ -41,9 +41,6 @@ flowchart LR
41
42
Once you have installed the dependencies, you can run the application locally using:
43
```bash
44
- npm i
45
- ```
46
- ```bash
47
npm start
48
```
49
docker-compose.yml
@@ -11,3 +11,4 @@ services:
11
command: npm run dev -- --host 0.0.0.0 # THIS is the crucial change for hot-reload!
12
environment:
13
- NODE_ENV=development
14
+ - CHOKIDAR_USEPOLLING=true
0 commit comments