mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-09-18 10:05:44 +00:00
docs: add BUILD.md for Mozilla reviewer build instructions
This commit is contained in:
18
BUILD.md
Normal file
18
BUILD.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Building inØsight
|
||||
|
||||
## Prerequisites
|
||||
- Node.js (v20+ or v22+)
|
||||
- npm (v10+)
|
||||
|
||||
## Step-by-Step Build Instructions
|
||||
1. Install dependencies:
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
2. Build the Firefox extension:
|
||||
```bash
|
||||
npm run build:firefox
|
||||
```
|
||||
|
||||
3. The generated add-on files will be in `dist/firefox/`.
|
||||
Reference in New Issue
Block a user