Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 888 Bytes

File metadata and controls

30 lines (20 loc) · 888 Bytes

elenkaspanish.com

Website for Spanish with Elena Ramón — personalized online Spanish lessons.

Built with Astro + Tailwind CSS, deployed on Cloudflare Pages.

Pages

  • Homepage (/) — hero, how it works, why choose, about Elena, pricing, testimonials, FAQ, ready-to-start CTA
  • Practice (/games) — 9 interactive Spanish learning games

Development

npm install
npm run dev       # http://localhost:4321
npm run build     # production build → ./dist/
npm test          # build + run vitest suite

Requires Node.js >= 22.12.0.

Deployment

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