- XCode
- brew
- go to CLI and type
brew install node
- clone repo:
git clone https://github.com/wavelog/WaveLogGate.git
- change to repo-directory
- type:
npm install
- type:
npm install -g electron-forge
npm run start
for starting the App in dev-mode
npm run make
- after successful build the binary will appear in the subfolder "out"