This repository contains the Markdown files for the blips of the Inventage Tech-Radar. The radar can be found here: https://techradar.inventage.com
This technology radar is based on AOE's Open Source generator: https://github.com/AOEpeople/aoe_technology_radar
Markdown files for each Technology Radar blip are located in the radar directory, grouped by date of publication.
Files for the configuration of the technology radar generator are located in the public directory.
To install the required dependencies and start an integrated web server, run:
npm install
npm start
The radar may then be accessed under http://localhost:8080. Any changes to the Markdown files will rebuild the radar.
The radar may also be built by running
npm run build
The corresponding artefacts will be written to the build
directory. The build executes the ./scripts/build.sh
script, which uses the AOE
technology radar generator and produces static HTML files and other resources. These resources are then patched automatically:
- path-styles.js: Overrides the styles using a custom styles.css.
- path-translate.js: Translates all static texts from English to German.
After a successful build, the static files are accessible in the /build
directory.
Use csv2md.js to generate the blip Markdown files from a csv export (see 2023-01-31.csv for details on the required structure).