We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5c395 commit 75823a7Copy full SHA for 75823a7
README.md
@@ -16,6 +16,7 @@ git clone https://github.com/saaqi/sveltekit-bootstrap-saaqi.git
16
Once you've created a project and installed dependencies with `bun install` (or `npm install`), start a development server:
17
18
```bash
19
+bun install (or `npm install`)
20
bun dev (or `npm run dev`)
21
```
22
@@ -24,7 +25,7 @@ bun dev (or `npm run dev`)
24
25
To create a production version of your app:
26
27
-bun run build
28
+bun run build (or `npm run build`)
29
30
31
You can preview the production build with `bun run preview`.
0 commit comments