This repository is a SvelteKit project that runs my website.
Install npm
npm run devnpm run buildnpm run build && npm run previewThis site would take way more time if it weren't for these resources:
- Josh Collinsworth's blog post: Let's learn SvelteKit by building a static Markdown blog from scratch
- The excellent Svelte and SvelteKit documentation