Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Jun 7, 2024
1 parent 46f1000 commit 5ec1aaa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 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](https://nodejs.org)
- [Corepack](https://nodejs.org/api/corepack.html)
- 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:

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

0 comments on commit 5ec1aaa

Please sign in to comment.