GUI to communicate with tofa-project/client-daemon. Built on top of Electron.
- Frontend relies in
src/html. Powered by VueJS, but is not SPA. - Tor and Daemon binaries must be placed in
src/bin - Entry point is
src/main.js
I successfully built it using Electron Forge: http://electronforge.io
- Use the latest Node/NPM LTS versions: http://nodejs.org
- Run
npm install - Run
npm run make. Build configuration can be setup inpackage.jsonusing makers from https://electronforge.io/config/makers
GUI alone is useless without Daemon and Tor binaries.