Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 521 Bytes

website

My personal website, built with SvelteKit and Vercel.

Developing

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

Building

To create a production version of the website:

npm run build

You can preview the production build with npm run preview.

This website should deploy to Vercel using the default SvelteKit configuration.