Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.23 KB

Svelte template

Less.js • GitHub Pages Auto Deploy • Base style utilities

Screenshot

That's what it looks like

Features

  • Base less styles for buttons, reset, and some theme colors
  • Live reload
  • Less.js CSS support
  • GitHub pages deploy on push/workflow_dispatch

How to get started?

Clone with degit

npx degit explosion-scratch/svelte-template

One liners (Clone + Start):

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

Enabling GitHub Pages

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!

Enabling GitHub Pages