Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 849 Bytes

README.md

File metadata and controls

45 lines (37 loc) · 849 Bytes

image

The ultimate SvelteKit starter template which includes configuraion for

Usage

  • Use the template using github or clone the repository
git clone https://github.com/tejasag/sveltetron-9000
  • Install the libraries
// with yarn
yarn 
// or with npm
npm i
// or with pnpm
pnpm install
  • To run the Svelte server
yarn dev 
// or
npm run dev
  • To run the Storybook server
yarn storybook
// or
npm run storybook

Having troubles?

Open an issue and I'll try to help as soon as I can!


Copyright 2021-present Tejas Agarwal