# RuralCare website
Public one-page marketing site for RuralCare (partners first, health-worker pitch second).
## Run locally
```bash
cd website
npm install
npm run dev
```
Default:
localhost
## Contact form
1. Create a form at Formspree
2. Copy `.env.example` to `.env`
3. Set `VITE_FORMSPREE_ENDPOINT=
formspree.io`
If Formspree is not set, the form falls back to WhatsApp. Contact email default: `hello@ruralcare.africa`.
## Build
```bash
cd website
npm run build
```
Output is in `website/dist/` — deploy as a static site (Netlify, Vercel, Cloudflare Pages, etc.).
## Vs the product app
| | Marketing site | Product app |
|---|---|---|
| Folder | `website/` | repo root |
| Command | `cd website && npm run dev` | `npm run dev` from root |
| Purpose | Explain + capture interest | Clinical UI / platform |