This is my personal website, eetumaenpaa.fi. It's built with Astro and deployed to Vercel.
- Install dependencies:
npm install
- Start development server:
npm run dev
- Open http://localhost:4321
- Build:
npm run build
- Preview the build:
npm run preview