Skip to content

Commit

Permalink
Add a basic CONTRIBUTING.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed May 17, 2024
1 parent 364fb19 commit 46f1000
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### 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:
```
corepack enable
yarn build
```

0 comments on commit 46f1000

Please sign in to comment.