My personal portfolio website built using the Astro framework and Svelte components.
Install dependencies
yarn install
To run the dev server locally at localhost:3000
yarn dev
To build your production site to ./dist/
yarn build
To preview your build locally before deploying
yarn preview