You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
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
clone this repository
git clone [email protected]:jbcrestot/lol-checker.git
go to the root directory "lol-checker"
cd lol-checker
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