The ultimate SvelteKit starter template which includes configuraion for
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
Open an issue and I'll try to help as soon as I can!
Copyright 2021-present Tejas Agarwal