Skip to content

Latest commit

History

History
39 lines (25 loc) 路 619 Bytes

README_FIREFOX.md

File metadata and controls

39 lines (25 loc) 路 619 Bytes

Rainbow Extension for Firefox

Prerequisites

Getting started on Firefox

1. Set up Node

Use node v18 (18.18) or if you use nvm follow the instructions below

nvm install 18.18
# or
nvm use 18.18

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