diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..a7a035b0 --- /dev/null +++ b/CONTRIBUTING.md @@ -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 +```