Skip to content

Commit 08a7c43

Browse files
authored
Merge pull request #2 from totetmatt/main
HTML Generation + some data in json
2 parents 78308d4 + f973a8f commit 08a7c43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2100
-18
lines changed

BUILD.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Build
2+
3+
Note : Based on windows, adapt for linux / mac, should be easy
4+
5+
## Requierments
6+
7+
Requierments : Python 3
8+
9+
```
10+
pip install -r req.txt
11+
```
12+
13+
## Build Website
14+
15+
`python .\bin\generate_html.py`
16+
17+
## Check json data
18+
19+
`jsonschema -i .\data\2020_shader_royale_shader_royale2.json .\meta\event.schema.json`

FORMAT.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

assets/font/B612-Bold.ttf

88.8 KB
Binary file not shown.

assets/font/B612-BoldItalic.ttf

91.8 KB
Binary file not shown.

assets/font/B612-Italic.ttf

92.7 KB
Binary file not shown.

assets/font/B612-Regular.ttf

139 KB
Binary file not shown.

assets/font/B612Mono-Bold.ttf

133 KB
Binary file not shown.
119 KB
Binary file not shown.

assets/font/B612Mono-Italic.ttf

116 KB
Binary file not shown.

assets/font/B612Mono-Regular.ttf

134 KB
Binary file not shown.

0 commit comments

Comments
 (0)