To install Icarus Dashboard on a MacOS device, please download the zip file in our latest release. The extracted folder contains the application, which you should move in your Applications folder. You must have Icarus Labs cPanel credentials to use Icarus Dashboard.
To enable developer tools, uncomment line 15 in main.js
.
Install dependencies (node, npm, electron, electron-packager):
$ npm install
Start the application:
$ npm start
Build the application for MacOS:
$ npm run package-mac
Copyright (c) Icarus Labs, 2018-2019. Released under the MIT license. Developed by seb646 using Electron.