A template for easily deploying a SvelteKit site on Github Pages. See the guide here for more info: How to Deploy SvelteKit Apps on Github Pages
Once you've cloned this repository, go to the Github repository Settings page and turn on Github Pages for the /docs
folder in the main
branch.
npm create svelte@latest
npm install
npm run dev -- --open