From 674e610a4a0c368b646e581190da7fa1eede8251 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Thu, 29 Feb 2024 00:56:06 +0100
Subject: [PATCH] DOC: upate readme

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

diff --git a/README.md b/README.md
index 18eb226..cc6d8c3 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ npm install
 ### Running the development server.
 
 ```bash
+    export NEXT_PUBLIC_API_URL="http://localhost:8080/api"
     npm run dev
 ```
 
-- 
GitLab