https://github.com/inventage/techradar
Content and website for the Inventage Technology Radar
https://github.com/inventage/techradar
radar tech-radar technology technology-radar
Last synced: about 2 months ago
JSON representation
Content and website for the Inventage Technology Radar
- Host: GitHub
- URL: https://github.com/inventage/techradar
- Owner: inventage
- License: apache-2.0
- Created: 2023-01-23T16:18:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T17:15:38.000Z (2 months ago)
- Last Synced: 2025-04-05T17:16:58.075Z (about 2 months ago)
- Topics: radar, tech-radar, technology, technology-radar
- Language: CSS
- Homepage: https://techradar.inventage.com
- Size: 3.09 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](./radar) directory, grouped by date of publication.
Files for the configuration of the technology radar generator are located in the [root](./) and [public](./public) directories.
## How to use?
### Install Dependencies and build
To install the required dependencies and start an integrated web server, run:
```bash
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
```bash
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.