Skip to content

Commit a571b32

Browse files
authored
Switch to pnpm for installation and scripts
Updated installation and run commands to use pnpm instead of npm. Added formatting command.
1 parent 38ed298 commit a571b32

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,25 @@ This is the official website for MicYou, a professional microphone streaming sof
2020
### Install Dependencies
2121

2222
```sh
23-
npm install
23+
pnpm install
2424
```
2525

2626
### Run Development Server
2727

2828
```sh
29-
npm run dev
29+
pnpm run dev
30+
```
31+
32+
### Format
33+
34+
```sh
35+
pnpm format
3036
```
3137

3238
### Build for Production
3339

3440
```sh
35-
npm run build
41+
pnpm run build
3642
```
3743

3844
## Customization

0 commit comments

Comments
 (0)