Skip to content

Install Instructions

David Barnett edited this page Oct 28, 2016 · 3 revisions

Building from source

Prerequisites

  • nodejs
  • npm

Getting the Source

Download the source code either:

  • directly download the most recent version here or
  • via git clone git@github.com:Thunderbird301/react-addon.git

Building XPI

Windows:

Using Powershell

  • npm install
  • ./build

Unix (Linux / macOS)

  • make

Install Instructions

Installing into Thunderbird

Drag the XPI file into the "Add-ons Manager" to install the add-on

Open the React Tab

  • right click on the main panel
  • customize the main toolbar
  • drag-and-drop the "React" icon into a panel
  • click on the "React" to open the Addressbook

Clone this wiki locally