Skip to content

ToxicJojo/skin-guesser

Repository files navigation

leagueskinguesser

Get shown small cutouts from league of legends skins an guess which one it is.

Screenshot

Project setup

npm install
# Loads the champion and skin data from the riot api
npm run build:champion-data

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.