Skip to content

Commit 21181ef

Browse files
committed
README.md: npm → bun
1 parent 9252642 commit 21181ef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,43 +28,43 @@
2828
**Install Dependencies**
2929

3030
```bash
31-
npm install
31+
bun install
3232
```
3333

3434
**Start Development Server**
3535

3636
```bash
37-
npm run dev
37+
bun run dev
3838
```
3939

4040
**Lint all the files**
4141

4242
```bash
43-
npm run lint
43+
bun run lint
4444
```
4545

4646
**Format all files with Prettier**
4747

4848
```bash
49-
npm run format
49+
bun run format
5050
```
5151

5252
**Check TypeScript issues**
5353

5454
```bash
55-
npm run type-check
55+
bun run type-check
5656
```
5757

5858
**Build for Production**
5959

6060
```bash
61-
npm run build
61+
bun run build
6262
```
6363

6464
**Start Production Server**
6565

6666
```bash
67-
npm start
67+
bun start
6868
```
6969

7070
---

0 commit comments

Comments
 (0)