use new Version of aoe_technology_radar (with createReactApp)
This commit is contained in:
13
Readme.md
13
Readme.md
@@ -1,14 +1,19 @@
|
||||
# AOE Techonology Radar
|
||||
# AOE Technology Radar
|
||||
|
||||
## Build radar
|
||||
## Generate json file of the markdown files
|
||||
```
|
||||
yarn aoe_technology_radar
|
||||
yarn generateJson
|
||||
```
|
||||
|
||||
## Build the radar
|
||||
```
|
||||
yarn build
|
||||
```
|
||||
|
||||
## Serve
|
||||
|
||||
```
|
||||
cd build
|
||||
python3 -m http.server 8080
|
||||
```
|
||||
|
||||
Then open here: http://localhost:8080
|
||||
|
||||
Reference in New Issue
Block a user