Files
TechradarDev/Readme.md
Daniel Pötzinger f0f040d87c Update Readme
2021-05-27 16:44:14 +02:00

20 lines
262 B
Markdown

# AOE Techonology Radar
## Build radar
Install dependencies with `yarn`
(Check node version compatibility)
Then build the radar:
```
yarn aoe_technology_radar
```
## Serve
```
cd build
python3 -m http.server 8080
```
Then open here: http://localhost:8080