Files
simplelogin-browser-extension/reviewers/firefox-beta.md
T

17 lines
496 B
Markdown
Raw Normal View History

2024-04-11 22:45:18 +02:00
SimpleLogin Chrome/Firefox extension
---
Please find below the instructions for building the SimpleLogin extension from source.
This project has been tested with Node v20.2.0 and NPM 9.6.6.
Please run the following commands to install dependencies and generate a build
```bash
export NODE_OPTIONS=--openssl-legacy-provider
npm install
2024-04-11 22:45:18 +02:00
npm run build:firefox:beta
npm run build-zip
```
After that the build should be available in `/dist` folder. Its zip file can be found in `dist-zip` folder.