Skip to content

Commit 5ec1aaa

Browse files
committed
Update CONTRIBUTING.md
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 46f1000 commit 5ec1aaa

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
### Developement setup
22

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

7-
To regenerated the compiled javascript files in `dist/`, call:
5+
- [Node.js](https://nodejs.org)
6+
- [Corepack](https://nodejs.org/api/corepack.html)
7+
- Shipped with Node.js, however on some distributions it is not distributed, in which case install it through npm using: `npm install --global corepack`
8+
9+
To regenerated the compiled JavaScript files in `dist/`, call:
10+
811
```
912
corepack enable
13+
yarn install --immutable
1014
yarn build
1115
```

0 commit comments

Comments
 (0)