A sort of launcher for league of legends that I've been working on to get familiar with svelte and tailwind and also because the current client lacks a lot of features that I wanted to have, such as multiple accounts and game stats right in the launcher, as well as being able to open the other games by Riot (eg. Valorant and Legends of Runeterra).
It's still a large Work in Progress so feel free to fork and Pull Request any changes you might have.
So far I've added a stats display that shows:
For NPM:
npm i
For Yarn:
yarn
or
yarn install
For NPM:
npm run start
For Yarn:
yarn run start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.