Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 518 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 518 Bytes

Developement setup

Requirements:

  • Node.js
    • Requires a relatively up-to-date version of Node.js - preferably the version in .nvmrc.
  • 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:

nvm install
corepack enable
yarn install --immutable
yarn build