Skip to content

marcincichocki/SummonersConfig

Repository files navigation

Summoner's Config

Test runes and masteries setups!

Runes and masteries playground inside your browser!

Installation

nodejs is requeired

  1. Clone this repository(git is required) or download zip, extract, open terminal and go to app's root directory.
  2. $ npm install
  3. Create api.ts file in server/ directory, paste code below and change api key to your own.
// Here goes api key. If you don't have
// any, visit: https://developer.riotgames.com/
const API_KEY = 'YOUR API KEY';

export default API_KEY;
  1. $ npm run build:server && npm run build:client && gulp styles
  2. $ npm start
  3. Visit http://localhost:3000/src in your browser.
  4. Play as you will!

Change log

All changes are listed here.

Former project

Old version is available here. Please note that this project is no longer maintained.

License

Summoner's Config isn’t endorsed by Riot Games and doesn’t reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.

MIT © Marcin Cichocki

About

Runes and masteries playground inside your browser!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published