PROJECT_TM.js is a JavaScript rewrite of https://github.com/williamztom/ProjectTM using React.js.
The purpose of this project is to give League of Legends tournament organizers an easier time when balancing teams for larger-scale tournaments with 10 or more people.
It is important to note that PROJECT_TM.js only works on RiotGames' NA1 servers.
Feel free to make a pull request to add any features that would advance or improve the functionality of this project!
Author: Benjamin Piro
Added Modules:
- React Background Slider: https://github.com/u2ix/react-background-slider
Usage:
- Clone repository to your local machine
- Download Node.js if you have not already: https://nodejs.org/en/
- cd into
/projecttm.js
and runnpm install
(installs express server packages) - Next, run
npm run start
to start theexpress
server - Finally,
cd
into/project_tm
and runnpm install
(installs React client packages) and thennpm start
to start the React client
Recommended: Use a valid Riot Games Developer Key from https://developer.riotgames.com/
Happy tournament making!