Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update readme
  • Loading branch information
alexandre-abrioux committed Apr 14, 2025
commit c31ecbe9e149b8b11e896d5b97b67410de90e349
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ Pull requests are welcome. For major changes, please open an issue first to disc

### Install

Enable Corepack to use the same Yarn version as described in `package.json`.

```bash
corepack enable
```

Install all the packages in the monorepo.

```bash
Expand Down