Akos Kitta 4c55807392 Speed up IDE startup time.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
2022-06-07 13:46:29 +02:00
..
2022-06-07 13:46:29 +02:00
2022-04-08 14:59:11 +02:00
2019-05-06 10:25:29 +02:00

Electron

All-in-one packager producing the Arduino IDE Electron-based application.

Prerequisites

The prerequisites are defined here.

Build

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.