/sveltekit-personal-website

Personal website built with SvelteKit and Tailwind CSS.

Primary LanguageSvelte

SvelteKit personal website

My new personal website, powered by SvelteKit, Tailwind CSS and mdsvex.

Running development server

npm install -g pnpm
pnpm install
pnpm dev

Building for production

To create a production version of the app:

pnpm build

The production build can be previewed locally with pnpm preview.