Skip to content

Commit 6344053

Browse files
committed
Update README
1 parent 1325fbe commit 6344053

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
22

33
## Getting Started
44

5-
First, run the development server:
5+
First, install:
6+
7+
```bash
8+
npm install
9+
# or
10+
yarn install
11+
```
12+
13+
Second, run the development server:
614

715
```bash
816
npm run dev

0 commit comments

Comments
 (0)