Initial commit: Harheimer TC Website

- Vue 3 + Nuxt 3 Framework
- Tailwind CSS Styling
- Responsive Design mit schwarz-roten Vereinsfarben
- Dynamische Galerie mit Lightbox
- Event-Management über CSV-Dateien
- Mannschaftsübersicht mit dynamischen Seiten
- SMTP-Kontaktformular
- Google Maps Integration
- Mobile-optimierte Navigation mit Submenus
- Trainer-Übersicht
- Vereinsmeisterschaften, Spielsysteme, TT-Regeln
- Impressum mit Datenschutzerklärung
This commit is contained in:
Torsten Schulz (local)
2025-10-21 00:41:12 +02:00
commit 737c3064bd
61 changed files with 25816 additions and 0 deletions

16
env.example Normal file
View File

@@ -0,0 +1,16 @@
# SMTP-Konfiguration für E-Mail-Versand
# Diese Datei sollte in .env umbenannt werden und nicht in Git committet werden
# SMTP-Server (z.B. Gmail, GMX, etc.)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=j.dichmann@gmx.de
SMTP_PASS=your_email_password_here
# Alternative für GMX:
# SMTP_HOST=mail.gmx.net
# SMTP_PORT=587
# Alternative für andere Provider:
# SMTP_HOST=smtp.your-provider.com
# SMTP_PORT=587