Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyquase/lol-challenge-tracker
Electron client to see your champions progress on LoL challenges (Arena/Aram)
https://github.com/nyquase/lol-challenge-tracker
aram arena challenge electron league-of-legends typescript vue3
Last synced: 3 months ago
JSON representation
Electron client to see your champions progress on LoL challenges (Arena/Aram)
- Host: GitHub
- URL: https://github.com/nyquase/lol-challenge-tracker
- Owner: Nyquase
- Created: 2024-08-10T09:58:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T00:34:41.000Z (4 months ago)
- Last Synced: 2024-10-15T17:44:14.394Z (3 months ago)
- Topics: aram, arena, challenge, electron, league-of-legends, typescript, vue3
- Language: Vue
- Homepage:
- Size: 2.87 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoL Challenge Tracker
> A simple app to see the advancement of League of Legends challnges where you need to track champions.
![screenshot](screenshot.png)
# 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](https://github.com/nyquase/lol-challenge-tracker/releases/latest)
> 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
```sh
npm install
```Try in dev mode
```sh
npm run dev
```Build for release
```sh
npm run build
```