Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,16 @@ Please change the directory after cloning the repository using the `cd <folder-n

> **Note:** Please do not remove the `.env.development` file from the root folder. It contains all the environment variables required for development.


### ⬇️ Install Dependencies

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

```bash
yarn install
```
yarn install
pnpm install # Recommanded for

Or
```
npm install
```

if you don't have `yarn` installed on your PC, follow the steps below to install it..

**Windows**
1. open your command prompt as administrator.
Expand Down
Loading