Skip to content

Commit d2f76fa

Browse files
t1ger-0527Wu Jianbo
and
Wu Jianbo
authored
Fix dev commands, use pnpm instead of yarn (#60)
Co-authored-by: Wu Jianbo <[email protected]>
1 parent 6e3128e commit d2f76fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This is a demo app of the Hacker News website clone, which shows Next.js 13's `a
1212

1313
### Running Locally
1414

15-
1. `yarn install`
16-
2. `yarn dev`
15+
1. `pnpm install`
16+
2. `pnpm dev`
1717

1818
Go to `localhost:3000`.
1919

0 commit comments

Comments
 (0)