- 
                Notifications
    
You must be signed in to change notification settings  - Fork 11
 
Home
        Tommy X edited this page Jul 3, 2021 
        ·
        10 revisions
      
    Welcome to the VIR wiki!
Visit a page for more details. Check out the Basics guide for an introduction.
VIR is built with angular-electron. Windows, MacOS, and Linux are all supported. Grab your binary from the releases section.
- Clone the repository:
git clone https://github.com/TommyX12/VIR.git
 - Enter the directory and install dependencies:
cd VIR npm install - Build the binary:
The built binary will be in
npm run electron:build
./release.- 
Mac: Go to 
./release, and open the.dmgfile. - 
Windows: Go to 
./release, and open the.exefile. 
 - 
Mac: Go to 
 
To run live-reload debug build:
npm start