An awesome simuation for lol
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.
$ node src/app.js
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/
Development of LoLManager
by Gollwu, Zigglick, Nhacsam, Hycariss, Sqatx and Sowerdski