- Install Node 14
- Run
npm install
- Run
npm run build
The extension root is the addon directory which can be packaged/tested
as appropriate. A package is output in the web-ext-artifacts
directory for
upload.
- Run
npm run lint
If there are errors:
- Run
npm run lint-fix
Fixable errors will be resolved and unfixable ones will be output for manual fixes.
npm start
Enable developer mode and load the addon
directory as an unpacked extension.