Less.js • GitHub Pages Auto Deploy • Base style utilities
That's what it looks like
- Base less styles for buttons, reset, and some theme colors
- Live reload
- Less.js CSS support
- GitHub pages deploy on
push
/workflow_dispatch
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!