Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 402 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 402 Bytes

Developement setup

Requirements:

  • Node.js
  • Corepack
    • 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