My personal website, built using Astro and Svelte.
First install the dependencies with pnpm:
pnpm installOnce it's done, start up a local server with:
pnpm run devTo create a production version of the site:
pnpm run buildYou can preview the production build with:
pnpm run previewThis project is licensed under the terms of the MIT license. Check LICENSE for details.