Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 668 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 668 Bytes

Sveltekit starter

A sveltekit scaffolding repository, it comes with our base stack for webaps:

Requirements

Intalling

Instead of forking or pulling this record use degit

pnpm add -g degit

Choose a flavor

  1. Regualr Sveltekit starter

degit bekindsoft/sveltekit_starter

  1. Sveltekit starter with Lucia auth

degit bekindsoft/sveltekit_starter#auth

When ready to go, just pnpm install and pnpm run dev as usual

Happy Hacking!