This is the location of AOE techradar content - published under: https://www.aoe.com/techradar/index.html
If you want to build your own techradar you may want to have a look at https://github.com/AOEpeople/aoe_technology_radar instead.
New blips should be tagged. The following tags are currently established:
- architecture
- security
- devops
- frontend
- agile
- coding
- quality assurance
- ci/cd
- ux/ui
- documentation
e.g. use like this:
tags: [devops, security]
To host the application under a sub path, set the environment variable PUBLIC_URL
, e.g. "/techradar".
The default is /
.
For local development I recommend using
/build
and use this for the following steps.
npm i
PUBLIC_URL=/build npm run start
Then open here: http://localhost:8080/build
npm i
PUBLIC_URL=/build npm run start:static
Then open here: http://localhost:8080/build
npm run generateJson
You can do this while the server is running. You can find the newly created rd.json in "/build/rd.json".