My personal website! Featuring an about me page and a blog. Written with SvelteKit.
Once you've installed dependencies with pnpm install
, start a development server:
pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev -- --open
You can also use npm
instead if you don't have pnpm
installed.
To build for production:
pnpm build
Preview the production build with pnpm preview
.