push
/workflow_dispatch
degit
npx degit explosion-scratch/svelte-template
PNPM:
npx degit explosion-scratch/svelte-template && pnpm install && pnpm dev
Yarn:
npx degit explosion-scratch/svelte-template && yarn install && yarn dev
NPM
npx degit explosion-scratch/svelte-template && npm install && npm run dev
Go to https://github.com/[your_username]/[repo_name]/settings/pages
then select the GitHub pages branch and click "Save", now just wait a few minutes and you're good to go!