Skip to content

Commit 7bfa6a2

Browse files
authored
Merge pull request #798 from kit-ty-kate/contributing
Add a basic CONTRIBUTING.md file
2 parents 02acf68 + 5ec1aaa commit 7bfa6a2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Developement setup
2+
3+
Requirements:
4+
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+
11+
```
12+
corepack enable
13+
yarn install --immutable
14+
yarn build
15+
```

0 commit comments

Comments
 (0)