Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 728 Bytes

File metadata and controls

38 lines (24 loc) · 728 Bytes

website

ci license

My personal website, built using Astro and Svelte.

Running locally

First install the dependencies with pnpm:

pnpm install

Once it's done, start up a local server with:

pnpm run dev

Building for production

To create a production version of the site:

pnpm run build

You can preview the production build with:

pnpm run preview

License

This project is licensed under the terms of the MIT license. Check LICENSE for details.