All-in-one packager producing the Arduino IDE
Electron-based application.
The prerequisites are defined here.
To build the Arduino IDE application you have to do the followings:
yarn --cwd ./electron/packager/ && yarn --cwd ./electron/packager/ package
The packaged application will be under the ./electron/build/dist
folder.