Browser extension for loging in to websites using your Ctrlpanel account.
The following commands should output the final web extension in a folder called distribution
:
npm install
npm run build:production
To work on the extension, use the following command to launch a FireFox instance that will reload the extension whenever any source files are changed.
npm run dev:firefox
The following command will output a .zip
file in the web-ext-artifacts
folder, ready for uploading to Mozilla Addons.
npm run release