This is an Astro project.
First, run the development server:
npm run dev
# or
pnpm devOpen http://localhost:4321 with your browser to see the result.
You can start editing the page by modifying src/pages/index.astro. The page auto-updates as you edit the file.
Astro pages live in src/pages. Components live in src/components, and shared styles in src/styles.
To learn more about Astro, take a look at the following resources:
- Astro Documentation - learn about Astro features and API.
You can check out the Astro GitHub repository - your feedback and contributions are welcome!
This project is configured to deploy on Vercel via the @astrojs/vercel adapter.