<!--
 Copyright 2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH.
 SPDX-License-Identifier: MIT
-->

## Development

In case you want to run the "API Live Demo" against your local [Badge API](https://gitlab.opencode.de/open-code/badgebackend/badge-api) you can run the following command:

```bash
npm i
NEXT_PUBLIC_API_BASE_URL=http://localhost:8080/api/v1 npm run dev
```