Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
33 lines (21 loc) · 844 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 844 Bytes

Sveltekit With Bootstrap Starter

Everything you need to build a Svelte project, powered by sveltekit.

Creating a project

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

Developing

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`)

Building

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.