You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Please change the directory after cloning the repository using the `cd <folder-n
92
92
93
93
### ⬇️ Install Dependencies
94
94
95
-
Next, install the dependencies by running the following command in the `react-play` repo. we recommend using `yarn` but you can install using `npm` too
95
+
Next, install the dependencies by running the following command in the `react-play` repo. We recommend using `yarn`, but you can install using `npm` too.
96
96
97
97
```bash
98
98
yarn install
@@ -103,7 +103,7 @@ Or
103
103
npm install
104
104
```
105
105
106
-
if you don't have `yarn` installed on your PC, follow the steps below to install it..
106
+
If you don't have `yarn` installed on your PC, follow the steps below to install it.
107
107
108
108
**Windows**
109
109
1. open your command prompt as administrator.
@@ -191,7 +191,7 @@ yarn build
191
191
```
192
192
OR
193
193
```
194
-
npm build
194
+
npm run build
195
195
```
196
196
197
197
It builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.
0 commit comments