Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 75823a7

Browse files
authoredMay 20, 2025··
Update README.md
1 parent bd5c395 commit 75823a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ git clone https://github.com/saaqi/sveltekit-bootstrap-saaqi.git
1616
Once you've created a project and installed dependencies with `bun install` (or `npm install`), start a development server:
1717

1818
```bash
19+
bun install (or `npm install`)
1920
bun dev (or `npm run dev`)
2021
```
2122

@@ -24,7 +25,7 @@ bun dev (or `npm run dev`)
2425
To create a production version of your app:
2526

2627
```bash
27-
bun run build
28+
bun run build (or `npm run build`)
2829
```
2930

3031
You can preview the production build with `bun run preview`.

0 commit comments

Comments
 (0)
Please sign in to comment.