- Make sure that you are using the node version suggested by
.nvmrc. - Start by installing the dependencies with
npm install.
While working with the Chrome browser:
- Run
npm run dev:chrome. A./distfolder will be created containing the extension binaries. - Navigate to
chrome://extensions/. Click "Load unpacked" and select the./distfolder created above. - The extension should be ready to use.
- After applying changes, it is recommended that you reload the extension, to make sure the latest changes are applied.