Skip to content

Commit 6126477

Browse files
committed
docs: fix
1 parent 5e9b3b1 commit 6126477

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

example/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
11
# Rspack project
22

3-
## Setup
4-
5-
Install the dependencies:
6-
7-
```bash
8-
npm install
9-
```
10-
113
## Get started
124

135
Start the dev server, and the app will be available at <http://localhost:8080>.
146

157
```bash
16-
npm run dev
8+
pnpm run dev
179
```
1810

1911
Build the app for production:
2012

2113
```bash
22-
npm run build
14+
pnpm run build
2315
```
2416

2517
Preview the production build locally:
2618

2719
```bash
28-
npm run preview
20+
pnpm run preview
2921
```
3022

3123
## Learn more

0 commit comments

Comments
 (0)