From c3c48dd18adfd3e9faa57bf8d8b5f8086bcd4c02 Mon Sep 17 00:00:00 2001 From: jschaufuss Date: Sun, 3 Aug 2025 19:18:39 +0000 Subject: [PATCH] Local install guide --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56daba3..3b34e3e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Homelabbing -A documentation about services, hardware, know how and more for your homelab \ No newline at end of file +A documentation about services, hardware, know how and more for your homelab + +## Lokale Entwicklung + +```bash +git clone https://gitea.js-devop.de/jschaufuss/Homelabbing.git \ +cd Homelabbing \ +npm ci \ +npm run start +```