sveltekit-static-starter.netlify.app - My Awesome Blog

Example domain paragraphs

SvelteKit static blog starter This starter contains everything you need to get up and running with SvelteKit as a static site generator for your Markdown (and Svelte)-powered blog. Check out the demo here , or view the GitHub repo here .

Clone or download this repo , then install the dependencies and run the dev server:

npx degit https://github.com/josh-collinsworth/sveltekit-blog-starter my-sveltekit-blog cd my-sveltekit-blog npm install npm run dev -- --open That should get a dev server up and running (assuming you have npm and Node installed already). Any saved changes to components and styles should auto-refresh blazingly fast.