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
|
2024-08-14 15:21:18 +02:00
|
|
|
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.
|