Run these commands to prepare a zip file to be uploaded to the Chrome Web Store.
yarn
yarn prep
# Firefox build
BROWSER="FIREFOX" yarn prepYou will find the prepared zip file at ./packed/extension.zip.
First, run these command to install deps and build bundle.
yarn
yarn devThen, go to your browser's extensions page, enable Developer Mode.
Then, click Load unpacked to navigate to the /dist directory and load it up.
Now when you open a new tab, you should be prompted whether you want to use this extension or not.
Have fun!