Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 734 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 734 Bytes

Client GUI

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

Building

I successfully built it using Electron Forge: http://electronforge.io

Appendix

GUI alone is useless without Daemon and Tor binaries.