Website for Spanish with Elena Ramón — personalized online Spanish lessons.
Built with Astro + Tailwind CSS, deployed on Cloudflare Pages.
- Homepage (
/) — hero, how it works, why choose, about Elena, pricing, testimonials, FAQ, ready-to-start CTA - Practice (
/games) — 9 interactive Spanish learning games
npm install
npm run dev # http://localhost:4321
npm run build # production build → ./dist/
npm test # build + run vitest suiteRequires Node.js >= 22.12.0.
Connected to Cloudflare Pages. Pushing to main triggers a deploy automatically.
Cloudflare Pages settings:
- Build command:
npm run build - Build output directory:
dist - Environment variable:
NODE_VERSION=22