Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.
Jean-Baptiste Crestot edited this page Jul 17, 2015 · 4 revisions

Welcome to the lol-checker wiki!

API docs https://developer.riotgames.com/api/methods

prerequire : '''NodeJS + npm (sudo apt-get install nodejs npm)

Don't forget to add an alias node ->> nodejs bower (sudo npm install -g bower)'''

Installation : git clone git@github.com:jbcrestot/lol-checker.git

For the server side, dependency management is handle by npm so you need to execute : npm install

Whereas for the client side, we use bower : bower install

compass : Go to the f5 folder and just type : "compass compile"

Clone this wiki locally