Skip to content

Eldemarkki/eetumaenpaa.fi-astro

Repository files navigation

eetumaenpaa.fi

This is my personal website, eetumaenpaa.fi. It's built with Astro and deployed to Vercel.

Development

  1. Install dependencies: npm install
  2. Start development server: npm run dev
  3. Open http://localhost:4321

Building

  1. Build: npm run build
  2. Preview the build: npm run preview