This is the front-end of the desktop application. It spawns an instance of xray_server
, where the majority of application logic resides, and communicates with it over a domain socket.
This assumes xray_electron
is cloned as part of the Xray repository and that all of its sibling packages are next to it. Also, make sure you have installed the required system dependencies before proceeding.
# Move to this subdirectory of the repository:
cd xray_electron
# Install and build dependencies:
yarn install
# Launch Electron:
yarn start