Skip to content

Commit

Permalink
Merge branch 'main' into Issue-369-Create-play-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atapas committed Jul 22, 2022
2 parents dac3cab + 2dd677c commit 8b2e321
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ Or
yarn install
```

> **Note**: `ReactPlay` runs on React 18. However, some of our dependencies are yet to upgrade to version 18. So please use the following command when you face difficulties installing the dependencies.
```bash
npm install --legacy-peer-deps
```

### ⛓️ Create a `.env` file at the root of your project folder with the following content,

```bash
Expand Down

0 comments on commit 8b2e321

Please sign in to comment.