Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 390 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 390 Bytes

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