Skip to content

Commit

Permalink
Merge pull request #798 from kit-ty-kate/contributing
Browse files Browse the repository at this point in the history
Add a basic CONTRIBUTING.md file
  • Loading branch information
smorimoto authored Jun 7, 2024
2 parents 02acf68 + 5ec1aaa commit 7bfa6a2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Developement setup

Requirements:

- [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 7bfa6a2

Please sign in to comment.