Use new version of aoe_technology_radar and align readme

This commit is contained in:
dennis.ludwig
2021-06-30 16:49:33 +02:00
parent 4edfaaa351
commit 4838830a76
3 changed files with 7 additions and 6 deletions

View File

@@ -2,18 +2,18 @@
This is the location of AOE techradar content - published under: https://www.aoe.com/techradar/index.html
## Development
### Requirements
Install the [yarn package manager](https://yarnpkg.com/getting-started/install).
### Host the application under a sub path
To host the application under a sub path, set the environment variable `PUBLIC_URL`, e.g. "/techradar". The default is `/techradar`.
To host the application under a sub path, set the environment variable `PUBLIC_URL`, e.g. "/techradar". The default is `/build`.
> For local development I recommend using `/build` and use this for the following steps.
### Build the radar
```
yarn
export PUBLIC_URL="/build" && yarn start
yarn start
```
Then open here: http://localhost:8080/build