first commit
This commit is contained in:
@@ -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.
|
||||||
Reference in New Issue
Block a user