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 bun install
(or npm install
), start a development server:
bun install (or `npm install`)
bun dev (or `npm run dev`)
To create a production version of your app:
bun run build (or `npm run build`)
You can preview the production build with bun run preview
.
To deploy your app, you may need to install an adapter for your target environment.