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

13 lines
245 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/homelabbing \
npm ci \
npm run start
```