Skip to content

TommyX12/VIR

Repository files navigation

VIR

travis badge

VIR is an open-source intelligent time-management tool designed to tame the stress. By simply listing your tasks and schedules, VIR can automatically generate plans around your available time, and alert you of potential conflicts, so you'll never have to worry about unrealistic deadlines or todo-list overload.


timeline screenshot

items screenshot


Getting Started

VIR is built with angular-electron. Windows, MacOS, and Linux are all supported. Grab your binary from the releases section.

Building the Binary Yourself

  1. Clone the repository:
    git clone https://github.com/TommyX12/VIR.git
  2. Enter the directory and install dependencies:
    cd VIR
    npm install --legacy-peer-deps
  3. Build the binary:
    npm run electron:build
    The built binary will be in ./release.
    • Mac: Go to ./release, and open the .dmg file.
    • Windows: Go to ./release, and open the .exe file.

Development Build

To run live-reload debug build:

npm start

Wiki

See the project wiki. Check out the Basics guide for an introduction.