Update README.md

#4
by reach-vb HF staff - opened
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