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
- Shipped with Node.js, however on some distributions it is not distributed, in which case install it through npm using:
To regenerated the compiled JavaScript files in dist/
, call:
nvm install
corepack enable
yarn install --immutable
yarn build