Skip to content

TacticalDeux/watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watcher

Watcher is a modern rewrite and updated version of my previous application, "circuit-watcher", built with the Tauri framework.

Installation/Building

You can download the windows installer from the releases page

To build this project you'll need to have Node.js and Rust installed on your system.

  1. Clone the repository:

    git clone https://github.com/TacticalDeux/watcher.git
    cd watcher
  2. Install frontend dependencies:

    npm install
  3. Install Rust toolchain (if not already installed):

    rustup install stable
    rustup update
  4. Add the Tauri CLI:

    cargo install tauri-cli

To build the application for your platform:

npm run tauri build

This will generate the executable in src-tauri/target/release/. And the installer in src-tauri/target/release/bundle/(installers).

Running in Development Mode

To run the application in development mode:

npm run tauri dev

Using Irelia for LCU/Websocket operations


This is not an official Riot Games product. It's not affiliated with or endorsed by Riot Games Inc.

About

Auto-accept League of Legends queue (any)

Resources

Stars

Watchers

Forks

Packages

No packages published