Add CLAUDE.md documentation
This commit is contained in:
31
CLAUDE.md
Normal file
31
CLAUDE.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user