For more specific documentation please consult the individual `README` files in the relevant projects. You get an overview of all repositories at [code.aura.radio](https://code.aura.radio) or [api.aura.radio](https://api.aura.radio) for the API specification.
# Development
## Coding Conventions
...
...
@@ -31,7 +29,6 @@ We use [ESLint](https://eslint.org/) as the common Linter. When your code is bas
We utilize an *API-first* approach. APIs are specified using OpenAPI 3. Find the API at [api.aura.radio](https://api.aura.radio).
## Developer Installation
For Development the native installation as outlined in the `README.md` of each project is recommended.
...
...
@@ -76,4 +73,10 @@ After that, you need to configure the projects in following order:
Dashboard and Tank authenticate against Steering using OpenID. We use [OpenID Connect (OIDC)](https://openid.net/connect/) to implement OpenID.
[Check out the OIDC configuration](misc/oidc-client-config.md) page, on how to get them talk to each other.
\ No newline at end of file
[Check out the OIDC configuration](misc/oidc-client-config.md) page, on how to get them talk to each other.
## Component Documentation
For more specific documentation please consult the individual `README` files in the relevant repositories.
You get an overview of all repositories at [code.aura.radio](https://code.aura.radio).