Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 670 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 670 Bytes

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