Local install guide

This commit is contained in:
2025-08-03 19:18:39 +00:00
parent 33aa9a9a0a
commit c3c48dd18a

View File

@@ -1,3 +1,12 @@
# Homelabbing # Homelabbing
A documentation about services, hardware, know how and more for your homelab 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
```