mozilla / blurts-addon

Mozilla Public License 2.0
5 stars 8 forks source link

blurts-addon

Code for the client-side add-on for Firefox Monitor. Communicates with the blurts-server service.

Requirements

Setup

  1. Clone the repo
  2. $npm install

Running

  1. $export FIREFOX_BINARY=/path/to/unbranded/firefox/binary
  2. $npm start

Building

$npm run build