Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.07 KB

readme.md

File metadata and controls

34 lines (23 loc) · 1.07 KB

Ctrlpanel Web Extension

Browser extension for loging in to websites using your Ctrlpanel account.

Building the extension

The following commands should output the final web extension in a folder called distribution:

npm install
npm run build:production

Hacking

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

Releasing

The following command will output a .zip file in the web-ext-artifacts folder, ready for uploading to Mozilla Addons.

npm run release