- Clone this repositiory
- Install the dependencies
$ yarn
- Create the build folder
$ yarn build
- Open a Google Chrome browser tab:
- Click the 3 vertical dots to the right of the address bar
- Scroll down to More Tools
- On the drop down click Extensions - new tab called "Extensions" should open
- Make sure "Developer mode" is enabled
- Browse to the folder that was created after step one (usually named
./build
) and select "Open" - The extension should now be installed, you will be able to see the icon on the right of the address bar
To watch for any changes use the command:
$ yarn start
A suite of tests is available by running:
$ yarn test