Skip to content

spechub/Hets-GUI

Repository files navigation

Hets-GUI

A modern GUI for Hets.

Installation

Build from Source

Requirements:

  • node.js >= 8
  • npm >= 5

Build steps:

  1. Clone this repo:
$ git clone https://github.com/spechub/Hets-GUI.git
  1. Install all dependencies:
$ npm install
  1. Build the program:
$ npm run build
  1. Start the program:
$ npm run start

Configuration

Rename the config.json.example file in the .\app\ folder to config.json. Change the port and/or hostname to a machine running Hets as server.

Releases

No releases published

Packages

No packages published