League Stats is a mobile application about League of Legends
- A riot application at https://developer.riotgames.com (or use a development api key)
- Node.js (>= 18 recommended)
- Expo (>= 51)
- Yarn (recommended)
- Clone and install the dependencies
# Clone this repository
$ git clone https://github.com/igorzizinio/League-Stats.git
# Access the project directory
$ cd League-Stats
# Install dependencies
$ yarn install
# Run the application locally
$ yarn start- Create a .env file at the root of the application with the following contents:
RIOT_API_KEY= <Place here your riot api key>