- Run
yarn installto install dependencies - Run
yarn buildto build the extension - Open Chrome and navigate to
chrome://extensions - Enable developer mode
- Click "Load unpacked" and select the
distfolder in the project directory - The extension should now be loaded and visible in Chrome
Run yarn start to start a Webpack watch process. This will automatically rebuild the extension when changes are made. You can then load the extension in Chrome as described above.