test preview

This commit is contained in:
2026-01-07 18:08:21 +01:00
commit f9cbf35e6d
58 changed files with 15416 additions and 0 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
# Stripe Configuration
# Get your keys from https://dashboard.stripe.com/apikeys
VITE_STRIPE_PUBLISHABLE_KEY=pk_test_your_key_here
# Backend URL (for production)
VITE_API_URL=http://localhost:3000