Everything you need to build a Svelte project, powered by Sveltekit.
If you're seeing this, you've probably already done this step. Congrats!
# Clone this repository to start
git clone https://github.com/saaqi/sveltekit-bootstrap-saaqi.git
Once you've created a project and installed dependencies with pnpm install, start a development server:
pnpm install
pnpm dev
To create a production version of your app:
pnpm run build
You can preview the production build with pnpm run preview.
Created and maintained by Saqib Islam