mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-09-18 10:05:44 +00:00
19 lines
301 B
Markdown
19 lines
301 B
Markdown
# Building inØsight
|
|
|
|
## Prerequisites
|
|
- Node.js (v20+ or v22+)
|
|
- npm (v10+)
|
|
|
|
## Step-by-Step Build Instructions
|
|
1. Install dependencies:
|
|
```bash
|
|
npm ci
|
|
```
|
|
|
|
2. Build the Firefox extension:
|
|
```bash
|
|
npm run build:firefox
|
|
```
|
|
|
|
3. The generated add-on files will be in `dist/firefox/`.
|