Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 608 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

  1. Install degit (if not previously installed)

pnpm add -g degit

  1. Pull the project to your current folder

degit bekindsoft/sveltekit_starter

  1. Ready to go, just pnpm install and pnpm run dev as usual