Yoruba Parenting Phrases
# Talking to a Baby — Yorùbá Parenting Phrases
A Yorùbá/English parenting phrase reference, built with Vite + React + Tailwind CSS v4.
## Run locally
```bash
npm install
npm run dev
```
## Deploy to Vercel
**Option A — Vercel dashboard (no CLI needed)**
1. Zip this folder (or push it to a GitHub repo).
2. Go to
vercel.com
3. Import the repo, or drag-and-drop the folder/zip when prompted.
4. Vercel auto-detects the Vite framework — just click Deploy.
**Option B — Vercel CLI**
```bash
npm i -g vercel
vercel
```
## Project structure
- `src/imports/YorubaParentingPhrasesForBabies/index.tsx` — the main content component (all phrase cards)
- `src/imports/YorubaParentingPhrasesForBabies/svg-a8oivwtg1n.ts` — SVG path data for the header illustration
- `src/App.tsx` — page wrapper
- `src/styles/globals.css` — Tailwind v4 theme + design tokens
Includes the 2 additional farewell-phrase cards ("Ó ṣẹ̀ṣẹ̀ jí ni" / "She just woke up" and "Máa rí ẹ láìpẹ́" / "See you soon") added at the bottom of the phrase list.