20 lines
262 B
Markdown
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
|