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