Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Installation

Jean-Baptiste Crestot edited this page Jul 19, 2015 · 7 revisions

Prerequisite

To install the application, you first need :

  • nodejs
  • npm
  • bower

npm will try to execute your nodejs bin with the "node" command, so if you are on unix/linux system, check if you have an existing alias node --> nodejs

Procedure

  1. clone this repository git clone [email protected]:jbcrestot/lol-checker.git

  2. go to the root directory "lol-checker" cd lol-checker

  3. For the server side, dependency management is handle by npm so you need to execute, Whereas for the client side, we use bower, npm install command should execute it for you. npm install

4. the generate full css, we use sass with compass ; go to the f5 folder and just type compass compile Sass will soon be added

Configuration

See more at the configuration page

Clone this wiki locally