This repository is a SvelteKit project that runs my website.
Install npm
npm run dev
npm run build
npm run build && npm run preview
This 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