Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jun 7, 2024
1 parent 46f1000 commit b5c8b24
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
### Developement setup

Requirements:
* nodejs
* corepack (shipped with nodejs, however on some distributions it is not distributed, in which case install it through npm using: `npm install -g corepack`)

To regenerated the compiled javascript files in `dist/`, call:
```
- Node.js
- Corepack
- Shipped with Node.js, however on some distributions it is not distributed, in which case install it through npm using: `npm install --global corepack`

To regenerated the compiled JavaScript files in `dist/`, call:

```sh
corepack enable
yarn install --immutable
yarn build
```

0 comments on commit b5c8b24

Please sign in to comment.