Files
Homelabbing/README.md
2025-08-03 19:19:19 +00:00

13 lines
233 B
Markdown

# Homelabbing
A documentation about services, hardware, know how and more for your homelab
## Local developement
```bash
git clone https://gitea.js-devop.de/jschaufuss/Homelabbing.git \
cd Homelabbing \
npm ci \
npm run start
```