My personal website, built with SvelteKit and Vercel.
Once you've cloned the project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
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.