An open API service indexing awesome lists of open source software.

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

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.