Skip to content

Electron client to see your champions progress on LoL challenges (Arena/Aram)

Notifications You must be signed in to change notification settings

Nyquase/lol-challenge-tracker

Repository files navigation

LoL Challenge Tracker

A simple app to see the advancement of League of Legends challnges where you need to track champions.

screenshot

How to use

It's better to launch the LoL client before

An error popup could appear in some rare cases, you can safely ignore it

Install (Windows only)

Go to the latest release

Windows will warn you that this exe is not safe, because it's a pain to sign an exe. Feel free to look at the code to see what it does.

Build

npm install

Try in dev mode

npm run dev

Build for release

npm run build