Back to Xray

Xray Electron Shell

xray_electron/README.md

0.20.0648 B
Original Source

Xray Electron Shell

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.

Building and running

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.

sh
# Move to this subdirectory of the repository:
cd xray_electron

# Install and build dependencies:
yarn install

# Launch Electron:
yarn start