summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-08-29 09:59:08 +0300
committerYuval Adam <_@yuv.al>2022-08-29 09:59:08 +0300
commit04380730738b9b3af6be94c0b3a582f35f01f4d9 (patch)
treead2da2f39d324f9d560b3617f70de08b99d68d62 /README.md
parent4f62b4931208a1edb8d5222f954e051bf4a7e169 (diff)
Add proxy workaround due to
https://github.com/facebook/create-react-app/issues/12304
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5968947..d99face 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Install dependencies and run dev server:
```bash
$ npm install
-$ npm start
+$ DANGEROUSLY_DISABLE_HOST_CHECK=true npm start
```
### Deploy