Add CLAUDE.md documentation

This commit is contained in:
root
2025-12-04 18:47:03 +01:00
parent 1a54c661ad
commit e095346522

31
CLAUDE.md Normal file
View File

@@ -0,0 +1,31 @@
# SunHouse Landingpage
Landingpage für SunHouse Tour - energieautarkes Musterhaus in Tirol.
## Tech Stack
- Vite + React + TypeScript
- Tailwind CSS
- React Router
## Seiten
- `/` - Hauptseite mit Hero, Features, Testimonials, Pricing
- `/danke` - Danke-Seite nach Stripe-Zahlung
- `/impressum` - Impressum (Institut für Nachhaltigkeit)
## Stripe Payment Links (Test)
- Solo (49€): `https://buy.stripe.com/test_4gw8Af7zGdHX6XKcMM`
- Duo (79€): `https://buy.stripe.com/test_00g4jZ4nu6fv4PC3cd`
- Gruppe (99€): `https://buy.stripe.com/test_cN2g2HgacdHX12q8wz`
Success URL: `https://booking.samsrv.site/book/{CHECKOUT_SESSION_ID}`
## Deployment
- Domain: `tour.sunhouse.energy`
- Coolify: Static Site mit Dockerfile
- Git: `git.samsrv.site/samsrv/sunhouse-landingpage`
## Commands
```bash
npm run dev # Development
npm run build # Production build
```