File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change 1- # sv
1+ # Sveltekit With Bootstrap Starter by ssaaqi
22
3- Everything you need to build a Svelte project, powered by [ ` sv ` ] ( https://github.com/sveltejs/cli ) .
3+ Everything you need to build a Svelte project, powered by [ ` sveltekit ` ] ( https://svelte.dev/ ) .
44
55## Creating a project
66
77If you're seeing this, you've probably already done this step. Congrats!
88
99``` bash
10- # create a new project in the current directory
11- npx sv create
12-
13- # create a new project in my-app
14- npx sv create my-app
10+ # Clone this repository to start
11+ git clone https://github.com/saaqi/sveltekit-bootstrap-saaqi.git
1512```
1613
1714## Developing
1815
19- Once you've created a project and installed dependencies with ` npm install` (or ` pnpm install` or ` yarn ` ), start a development server:
16+ Once you've created a project and installed dependencies with ` bun install` (or ` npm install` ), start a development server:
2017
2118``` bash
22- npm run dev
23-
24- # or start the server and open the app in a new browser tab
25- npm run dev -- --open
19+ bun dev (or ` npm run dev` )
2620```
2721
2822## Building
2923
3024To create a production version of your app:
3125
3226``` bash
33- npm run build
27+ bun run build
3428```
3529
36- You can preview the production build with ` npm run preview` .
30+ You can preview the production build with ` bun run preview` .
3731
3832> To deploy your app, you may need to install an [ adapter] ( https://svelte.dev/docs/kit/adapters ) for your target environment.
You can’t perform that action at this time.
0 commit comments