Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Latest commit

 

History

History

xray_electron

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.

# Move to this subdirectory of the repository:
cd xray_electron

# Install and build dependencies:
yarn install

# Launch Electron:
yarn start