Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 809 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 809 Bytes

LOL101

alt text

LOL101 is an account stats/game info website targeted mostly towards beginners. Players can search through over 140+ characters and see information such as abilities, lore, and difficulty. Players can also check the current free champions available to them, and soon will be able to check their account ranked statistics.

Live link:

https://lol101-spd.herokuapp.com/

Installation

Clone this repository

git clone git@github.com:JorgeGallegosMS/LOL101.git

Install dependencies

npm install
cd frontend
yarn install
cd ..

Add Port and Riot API Key in the .env file in root of the project

PORT=5000
RIOT_API_KEY=RIOT_API_KEY

Run the application

npm run dev