13 lines
233 B
Markdown
13 lines
233 B
Markdown
# Homelabbing
|
|
|
|
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
|
|
```
|