Code for the client-side add-on for Firefox Monitor. Communicates with the blurts-server service.
- Firefox 62 (use an unbranded build for testing - see https://wiki.mozilla.org/Add-ons/Extension_Signing#Unbranded_Builds)
- Clone the repo
- $npm install
- $export FIREFOX_BINARY=/path/to/unbranded/firefox/binary
- $npm start
$npm run build