Files
TechradarDev/Readme.md
dennis.ludwig 5450ca6e7f Use new favicon
remove unused file
2021-06-28 16:56:07 +02:00

29 lines
697 B
Markdown

# AOE Technology Radar
## Development
### 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`.
> For local development I recommend using `/build` and use this for the following steps.
### Build the radar
```
yarn start
```
Then open here: http://localhost:8080/build
### Build the radar with static files
```
yarn start:static
```
Then open here: http://localhost:8080/build
### Regenerate the json file based on your changes on md files
```
yarn generateJson
```
You can do this while the server is running. You can find the newly created rd.json in "/build/rd.json".