# Learn Amharic with Zemen
## Run it locally
```
npm install
npm run dev
```
Then open the URL it prints (usually
localhost).
## Deploy it live (free)
1. Push this folder to a GitHub repo.
2. Go to vercel.com, sign in with GitHub, click "Add New... -> Project," and import the repo.
3. Vercel auto-detects Vite -- just click Deploy. You'll get a live `.vercel.app` URL in about a minute.
## Content that still needs to be added
- **Worksheets**: once ready, set `WORKSHEETS_READY = true` near the top of `src/App.jsx`, and fill in each lesson's `worksheetUrl`.
- **Workbook**: once published, set `WORKBOOK_READY = true` and fill in `WORKBOOK.amazonUrl` (and add a price if you want one shown).
- **Quiz questions for lessons 8, 9, and 14** (body parts, five senses, vegetables) are written around general learning strategy rather than specific vocabulary, since the exact words taught weren't available. Worth swapping in real vocab-recall questions once you know exactly what's covered in those videos.