Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 652 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 652 Bytes

Super.Human.Portal-electron

Electron wrapper for Super.Human.Portal or HCL Nomad.

Requirements

Configuring, building and running application

  1. Clone this repository
  2. Open a Terminal or Command Prompt to the cloned directory
  3. Run npm install
  4. Open app.js and populate mainWindow.loadURL (line 17) with your base Nomad or Super.Human.Portal URL.
  5. Launch the application with: npm start