https://github.com/aoepeople/techradar
The AOE Technology Radar
https://github.com/aoepeople/techradar
hacktoberfest radar technology
Last synced: 6 months ago
JSON representation
The AOE Technology Radar
- Host: GitHub
- URL: https://github.com/aoepeople/techradar
- Owner: AOEpeople
- License: other
- Created: 2021-01-08T13:03:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T07:47:52.000Z (8 months ago)
- Last Synced: 2025-03-25T11:48:12.339Z (7 months ago)
- Topics: hacktoberfest, radar, technology
- Language: CSS
- Homepage:
- Size: 1.63 MB
- Stars: 56
- Watchers: 7
- Forks: 46
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# AOE Technology Radar - Content
This is the location of AOE techradar content - published under: https://www.aoe.com/techradar/
If you want to build your own techradar you may want to have a look at https://github.com/AOEpeople/aoe_technology_radar instead.
## Content Guidelines
New blips should be tagged. The following tags are currently established:
* architecture
* security
* devops
* frontend
* agile
* coding
* quality assurance
* ci/cd
* ux/ui
* documentatione.g. use like this:
```md
tags: [devops, security]
```## Development
### Build the radar
```
npm i
npm run serve
```Then open here: http://localhost:3000/techradar
### Build the radar with static files
```
npm i
npm run build
```