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 installinside of directory. - Run
yarn buildto build the extension using webpack - Load the
distdirectory 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.