The INFO Technology Radar static site generator based on the AOE tech radar implementation.
To host the application under a sub path, set the environment variable PUBLIC_URL
, e.g. "/techradar".
The default is /build
. For local development the recommendation is just to use /build
.
npm i
export PUBLIC_URL=/build && export REACT_APP_RADAR_NAME='INFO Technology Radar' && 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".