git clone
yarn
yarn start
https://www.electronjs.org/docs/latest/tutorial/devtools-extension
yarn package --platform linux --arch x64
#or
yarn package --platform darwin --arch x64
#or
yarn package --platform win32 --arch x64
The file are output to the out directory and can be run directly from.
Must Work for all os but only tested on linux
yarn make --platform linux --arch x64 --targets @electron-forge/maker-zip
#or
yarn make --platform darwin --arch x64 --targets @electron-forge/maker-zip
#or
yarn make --platform win32 --arch x64 --targets @electron-forge/maker-zip
not working at this time
pacman -S flatpak-builder
yarn make --platform linux --arch x64 --targets @electron-forge/maker-flatpak