Personal portfolio/blog built with SvelteKit and Svelte 5.
Install dependencies:
bun installStart the development server:
bun run dev
# or open in browser automatically
bun run dev --openCreate a production build:
bun run buildPreview the production build:
bun run previewRun type checks:
bun run check