A modern GUI for Hets.
Requirements:
- node.js >= 8
- npm >= 5
Build steps:
- Clone this repo:
$ git clone https://github.com/spechub/Hets-GUI.git
- Install all dependencies:
$ npm install
- Build the program:
$ npm run build
- Start the program:
$ npm run start
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.