Update README.md (#3818)

Add corepack note

### Change Type

- [x] `docs` — Changes to the documentation, examples, or templates.
- [x] `improvement` — Improving existing features
This commit is contained in:
alex 2024-05-23 10:27:40 +01:00 committed by GitHub
parent d0033ce353
commit 860f5d168d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,12 @@ The local development server will run our examples app. The basic example will s
To run the local development server, first clone this repo.
Enable [corepack](https://nodejs.org/api/corepack.html) to make sure you have the right version of `yarn`:
```bash
corepack enable
```
Install dependencies:
```bash