This is the source code for my personal website, maxdaten.io. Driven by the f*** awesome sveltekit-static-blog-template. It's built with SvelteKit, and uses MDsveX to allow using Svelte components inside Markdown files.
To run it locally, you simply have to run:
# First, install dependencies
npm install
# Then, run it on dev mode
npm run devThe site should now be available at http://localhost:5173/ on your local machine, and your local machine's IP address on your network—great for testing on mobile OSes.