use new Version of aoe_technology_radar (with createReactApp)
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -14,8 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: PUBLIC_URL=/techradar yarn aoe_technology_radar
|
- run: PUBLIC_URL=/techradar yarn build:static
|
||||||
- run: yarn aoe_technology_radar-static
|
|
||||||
- uses: jakejarvis/s3-sync-action@master
|
- uses: jakejarvis/s3-sync-action@master
|
||||||
with:
|
with:
|
||||||
args: --acl public-read
|
args: --acl public-read
|
||||||
|
|||||||
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
|
## Serve
|
||||||
|
|
||||||
```
|
```
|
||||||
cd build
|
cd build
|
||||||
python3 -m http.server 8080
|
python3 -m http.server 8080
|
||||||
```
|
```
|
||||||
|
|
||||||
Then open here: http://localhost:8080
|
Then open here: http://localhost:8080
|
||||||
|
|||||||
@@ -3,6 +3,13 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"scripts": {
|
||||||
|
"generateJson": "aoe_technology_radar-generateJson",
|
||||||
|
"prebuild": "yarn generateJson",
|
||||||
|
"build": "aoe_technology_radar-buildRadar",
|
||||||
|
"prebuild:static": "yarn build",
|
||||||
|
"build:static": "aoe_technology_radar-createStaticFiles"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aoe_technology_radar": "https://github.com/aoepeople/aoe_technology_radar.git"
|
"aoe_technology_radar": "https://github.com/aoepeople/aoe_technology_radar.git"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user