The following applications will need to be installed on the system:
After checking out the code, the following steps will need to be run in order to build or package the extension:
- Install node packages
npm install
Run the build npm script to build the extension. This will prepare the build/
directory with everything needed to pakage the extension.
npm run build
Run the package npm script to pacakge the extension in the dist/
directory.
npm run package