mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
Tech radar
Based upon AOE's technology radar.
Bootstrap:
- Run
npm install. - Run
npm run buildto create the initial radar.
This will also create a basic bootstrap of all required files, includingconfig.jsonandabout.mdif they do not exist yet.
Customization:
- Change the
about.md,config.json,custom.cssfiles accordingly. - Create a folder named as a date in the
radarfolder to create a new revision. - Add markdown files in there for each change. Follow the instructions of the base.
Serve:
- Execute
docker compose up -d. - Open your browser at http://localhost:8080/techradar/.