Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 900 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 900 Bytes

Exohunter electron client

image

image

Setup

First install node_modules

npm install

Then run electron by executing following command

npm start

Build standalone program

To package the electron app you need to use the electron-packager module

npm install electron-packager -g

electron-packager <sourcedir> <appname> --platform=<platform> --arch=<arch> [optional flags...]

More Info

Full documentation of Exohunter can be downloaded here

Exohunter.pdf

Notes

Exohunter server is necessary for the client to work. Server repository can be found here