Unofficial electron gui based on electron-react-boilerplate.
- Tab Connect
- Tab Servers
- Tab Settings
- Note: requires a node version >= 6 and an npm version >= 3.
First, clone the repo via git:
git clone --depth=1 https://github.com/quentm74/hma_gui.git your-project-name
Create a preference file in your personnal folder
touch ~/.config/Electron/preferences.json
And then install dependencies with yarn.
$ cd your-project-name
$ yarn
For now, only npm run dev is tested. The devtools are disable by default.
$ npm run dev