Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 585 Bytes

build.md

File metadata and controls

25 lines (16 loc) · 585 Bytes

Build from source

Required software

Node is required at a minimum version of 16. Download from nodejs.org or use a node version manager like volta or nvm.

  • Node >=16
  • NPM >=8

Setup

# installs dependencies
npm install

Build from source

To transpile typescript, bundle javascript and build the distribution zip's for browser market submission just type:

npm run bundle

You'll find the bundled source code and distribution zip's in ./dist folder.