The DB1 Tech Radar is an overview of different technologies - from languages, frameworks, tools and patterns to platforms - that we consider "new or mentionable". The radar therefore doesn't provide an overview of all established technologies - but it focuses on items that have recently gained in importance or changed.
To get started, you'll need to do the following:
- Knowledge in markdown editors
- Fork this repository
- Clone the repository to your local machine
- Run the project
- Create a new branch for your changes
- Make your changes to the Markdown files
- Commit your changes and push them to GitHub
- Create a pull request
You will need Node.js version 16+
After cloning the repo, run:
$ npm install or yarn install # install the dependencies of the project
After install dependecies, run:
$ npm start or yarn start # run project as development mode at localhost:3000
A high level overview of tools used:
- TypeScript as the development language
- React as the frontend framework
- ESLint for static error prevention (outside of types)
If you'd like to contribute to this project, please read our contribution guidelines first.
This tech radar was created from AOE Tech-Radar. You can create your own radar for your team and company using it.
This project is licensed under the Apache 2.0 License.