yarn install
yarn build
yarn lint
The following are steps to develop on this extension
- Install dependencies (
yarn install
) - Build the extension (
yarn build
) - Follow this guide to add the extension to your chrome
For #2 once the extension has been loaded into your browser you can run yarn build --watch
and can just refresh the extension page when you make a change