From 8eb8ffaf1bc98ad5f5f02e69573c549e6099e116 Mon Sep 17 00:00:00 2001 From: Concept Agent Date: Tue, 19 May 2026 20:20:56 +0200 Subject: [PATCH] first commit --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..be0ab34 --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ +# bigbreathe.com + +Yoga company website — Arising Media standard stack. + +## Local dev + +``` +docker compose up -d +open http://localhost:8010 +``` + +## Structure + +``` +src/ — all website source files + index.html — home + about/ — about page + services/ — services index + 6 service pages + contact/ — contact + form + privacy-policy/ + terms-of-service/ + assets/css/ — tokens.css (green palette) + main.css + assets/js/ — main.js (scroll, nav, FAQ) + assets/images/ — add photos here + assets/svg/ — add favicon.svg here + api/contact.php — form handler (Resend API) +infra/ — nginx, supervisord, php-fpm configs +.planning/ — build docs, brief, design tokens +.presentation-deck/ — client-facing screenshots and assets +``` + +## Services +1. Group Classes +2. Private Sessions +3. Corporate Wellness +4. Prenatal Yoga +5. Meditation & Breathwork +6. Online / Virtual Yoga + +## Env vars (set in Coolify) + +``` +SEND_FROM_EMAIL=noreply@bigbreathe.com +SEND_TO_EMAIL=hello@bigbreathe.com +SEND_FROM_DOMAIN=bigbreathe.com +RESEND_API_KEY=re_... +RECAPTCHA_SECRET_KEY=... +``` + +## Open items +See .planning/00_BRIEF.md for full checklist.