Gollwu / LoLManager

Development of amateur application LoL Manager
Other
3 stars 0 forks source link

LoLManager

An awesome simuation for lol

alt tag

Production environment

Installation

Install bower and gulp if you have not did it yet.

$ sudo npm install bower -g
$ sudo npm install gulp -g

This module is installed via npm:

$ npm install
$ cp config.js.dist config.js

Change the values in the config.js file to adapt it for your system.

Of course, you have to install postgre.

launch the application :

$ node src/app.js

Developement tools

After the npm install command, you can build development elements :

$ gulp install-dev

The following tools are available :

$ gulp watch        # Watch for changes and rebuild the front app
$ gulp serve        # Launch the application and reload it when a file change. Rebuild the front app too
$ gulp test         # Run the unit tests. Please use it
$ gulp watch-test   # Watch for change and reload the test
$ gulp fixtures     # Reload the fixtures (database schema and its content)

After running the test, a code coverage reports is available in reports/

Developpers

Development of LoLManager

by Gollwu, Zigglick, Nhacsam, Hycariss, Sqatx and Sowerdski