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 +```