Spaces:
Runtime error
Runtime error
Update README.md (#4)
Browse files- Update README.md (9c3e05dc64f1fab673c8fd92b23315526d6b41cb)
README.md
CHANGED
@@ -37,8 +37,9 @@ pip install -r requirements.txt
|
|
37 |
```
|
38 |
conda install -c conda-forge nodejs
|
39 |
cd streaming-react-app
|
40 |
-
npm install
|
41 |
-
|
|
|
42 |
```
|
43 |
|
44 |
|
|
|
37 |
```
|
38 |
conda install -c conda-forge nodejs
|
39 |
cd streaming-react-app
|
40 |
+
npm install --global yarn
|
41 |
+
yarn
|
42 |
+
yarn build # this will create the dist/ folder
|
43 |
```
|
44 |
|
45 |
|