This project uses yarn and webpack to build a chrome extension. In order to setup your development environment, follow below steps:
- Clone project to your system
- Install yarn on your system (brew install yarn on a mac with homebrew)
- Run
yarn install
inside of directory. - Run
yarn build
to build the extension using webpack - Load the
dist
directory as an unpacked extension in chrome (you may need to make sure development features are enabled in your browser)
Each time you update the extension you will need to rebuild it and reload it in chrome.