Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 625 Bytes

README_FIREFOX.md

File metadata and controls

39 lines (25 loc) · 625 Bytes

Rainbow Extension for Firefox

Prerequisites

Getting started on Firefox

1. Set up Node

Use node v20 (20.16.0) or if you use nvm follow the instructions below

nvm install 20.16.0
# or
nvm use 20.16.0

2. Install project dependencies

yarn setup

3. Build the extension

yarn firefox:build && yarn update-manifest:prod

4. Generate bundle

yarn zip && yarn firefox:zip

You should find a xpi file named rainbowbx.xpi in the root folder of this repository