- Node v20.11.1
- Pnpm v8.15.3
1. pnpm i (to install all the dependencies)
2. pnpm run build (this will build the extension in /dist/production/{target browser})
In case only one build is desired in package.json there should only be 1 build:* command for the respective browser.
This procedure was verified to work on a DigitalOcean droplet running 2GB RAM and 2 CPU, OS: Ubuntu 22.04 x64; but other systems should work as well, for development WSL2 (Ubuntu 22.04.3 LTS) was used.