Skip to content

SteveVanOpstal/LegendBuilder

Repository files navigation

Legend Builder

An advanced League of Legends champion builder

 

 

 

Build Status Coverage Status Dependency Status devDependency Status License Gitter

Sauce Test Status

Legend Builder is currently in Alpha.

Contributing

Enter Issues or Pull requests at their respective pages. Take a look at the contributing guidelines for more information.

A detailed guide on how to setup the project is available at DEVELOPER.md.

Technical aspects

frontend: Angular app using Angular CLI, Sass, d3, RxJS etc. The project keeps up to date with the latest production version of Angular (no alpha/rc versions).

backend: Node.js servers connecting to the Riot Games API.

testing: Unit tests are run on every code change, on 7 browsers and 21 browser versions (See latest build) using: Jasmine, Karma, Travis CI and SauceLabs. The results of the latest tests are on the top of this readme.

extra: A release is made using one command (npm run release). The script will bump the version, create a changelog, push the release to GitHub and post the release on Reddit.