First commit

This commit is contained in:
2026-04-03 22:24:22 +02:00
commit d1cfee0dea
13 changed files with 1464 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Abhängigkeiten
node_modules/
# Lokale Konfiguration
.env.local
# Datenbank
*.db
*.db-shm
*.db-wal
# Logs
npm-debug.log*