20 lines
227 B
Markdown
20 lines
227 B
Markdown
# AOE Technology Radar
|
|
|
|
## Generate json file of the markdown files
|
|
```
|
|
yarn generateJson
|
|
```
|
|
|
|
## Build the radar
|
|
```
|
|
yarn build
|
|
```
|
|
|
|
## Serve
|
|
```
|
|
cd build
|
|
python3 -m http.server 8080
|
|
```
|
|
|
|
Then open here: http://localhost:8080
|