-
Notifications
You must be signed in to change notification settings - Fork 9
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.dmg
file. -
Windows: Go to
./release
, and open the.exe
file.
-
Mac: Go to
To run live-reload debug build:
npm start