Electron wrapper for Super.Human.Portal or HCL Nomad.
- Node JS
- An HCL Nomad server. You can create a test server with Super.Human.Installer.
- Clone this repository
- Open a Terminal or Command Prompt to the cloned directory
- Run
npm install
- Open
app.js
and populatemainWindow.loadURL
(line 17) with your base Nomad or Super.Human.Portal URL. - Launch the application with:
npm start