initial commit

This commit is contained in:
Bastian Ike
2021-01-08 14:04:14 +01:00
commit dc7f0a1c8c
215 changed files with 13680 additions and 0 deletions

14
Readme.md Normal file
View File

@@ -0,0 +1,14 @@
# AOE Techonology Radar
## Build radar
```
yarn aoe_technology_radar
```
## Serve
```
cd build
python3 -m http.server 8080
```
Then open here: http://localhost:8080