Yannik Schmidt ac93018557 add main config
2021-07-30 01:07:38 +02:00
2021-07-30 01:07:38 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00
2021-07-30 00:42:41 +02:00

Setup

Python

pip install -r req.txt

CSS/JS/Assets

Download the following into the static/ directory.

Directories

mkdir -p data/users/

User-Schema

{
   name : "name of user",
   accounts : [ "list", "of", "account", "names" ],
   single : "true/false, depending if user has team",
   selectedChampions: ["list of champions", "this user can play"]
   allowedFeatures: ["list of allowed features", "or empty list to allow all"]
}
Description
No description provided
Readme 105 KiB
Languages
HTML 61.9%
Python 23%
JavaScript 10.6%
CSS 4.5%