bmsuseluda 032bcaafdb Merge pull request #58 from AOEpeople/radar-2021-01-01-apicurio
Add Apicurio Studio to tools/trial
2021-06-30 13:26:14 +02:00
2021-06-28 16:56:07 +02:00
2021-05-28 15:45:51 +02:00
2021-01-11 13:13:20 +01:00
2021-06-28 16:56:07 +02:00
2021-06-29 22:33:32 +02:00
2021-06-17 13:46:37 +02:00

AOE Technology Radar - Content

This is the location of AOE techradar content - published under: https://www.aoe.com/techradar/index.html

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
export PUBLIC_URL="/build" && 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".

Description
No description provided
Readme 4.6 MiB
Languages
JavaScript 56%
TypeScript 22.1%
CSS 7.1%
Shell 5.6%
HTML 4.1%
Other 5.1%