This is a draft tool for Wild Rift, this is still process is very manual because wild rift doesn't have an API to get the data from the game.
This tool required NodeJS and NPM to be installed on your computer. You can download NodeJS from here. This tool also requires yarn
to be installed. You can install it by running npm install -g yarn
in your terminal.
- Clone this repository
- Run
yarn install
in the root directory of this repository - Run
yarn start
to start the application
- Run
yarn start
to start the application - Open your browser and go to
localhost:1337
. You can use the example overlay atlocalhost:1337/allgs2
- Install the packages by running
yarn
at the root folder - Run
yarn dev
to start the development server - Can create you own version of the overlay in the
apps/frontend/src/pages
folder. You can use theallgs2
as an example.
This program is under MIT license - Read the license here