reach-vb HF staff commited on
Commit
4c67f94
1 Parent(s): 956b5da

Update README.md (#4)

Browse files

- Update README.md (9c3e05dc64f1fab673c8fd92b23315526d6b41cb)

Files changed (1) hide show
  1. README.md +3 -2
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
- npm run build # this will create the dist/ folder
 
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