From 4b9c0e829dbd63ca3100d4887210dca7002bcc89 Mon Sep 17 00:00:00 2001
From: David Luhmer <david.luhmer@l3montree.com>
Date: Fri, 28 Feb 2025 14:11:34 +0100
Subject: [PATCH] update docs

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 7dbd45f..d04aadf 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
 
 ## 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
-- 
GitLab