Techradar
Content and website for the Inventage Technology Radar
Install / Use
/learn @inventage/TechradarREADME
Inventage Tech-Radar
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
Content
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 root and public directories.
How to use?
Install Dependencies and build
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:3000. 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.
Static files
After a successful build, the static files are accessible in the /build directory.
