- Required system tools:
apt-get install npm npm install --global npm
- Project Dependencies:
** This will also prepare the project
npm install
Initialize development tools... This will build the extension as the code is modified:
npm run dev:rollup:watch
- Chromium/Chrome:
- Go to
chrome://extensions/
. - At the top right, turn on
Developer mode
. - Click
Load unpacked
. - Find and select the app or extension folder.
- Open a new tab in Chrome > click
Apps
> click the app or extension. Make sure it loads and works correctly.
- Go to
- Firefox:
- Open the
about:debugging
page - Click the
This Firefox
option - click the
Load Temporary Add-on
button, then select any file in the extension directory.
- Open the
- Chromium:
npm run start:chromium
- Chrome:
npm run start:chrome
- Firefox:
npm run start:firefox