-
Ensure that you have the npm package manager installed.
-
Clone the repository and
cd
into the GUI source code directory. -
Run
npm install
to install the dependencies. -
Then run
npm run dev
to start the GUI.
This application is made using electron.js and React.js.