Skip to content

Commit 2a0d2c8

Browse files
doc: update readme
1 parent 3756d8d commit 2a0d2c8

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ Next.js starter kit contains main library with minimum config files below:
1414
- Storybook
1515

1616
# Installation
17-
Clone a copy of the repo:
18-
19-
```sh
20-
$ npx create-next-app nextjs-starter-kit -e https://github.com/KushibikiMashu/nextjs-starter-kit/tree/main
21-
```
17+
Clone or fork a copy of this repo.
2218

2319
Change directory to the root:
2420

@@ -29,7 +25,15 @@ $ cd nextjs-starter-kit
2925
Run development server:
3026

3127
```sh
32-
$ npm run dev
28+
$ yarn dev
3329
```
3430

3531
Access [http://localhost:3000](http://localhost:3000) and you'll see `Hello, Next.js Starter Kit`.
32+
33+
Run storybook:
34+
35+
```sh
36+
$ yarn storybook
37+
```
38+
39+
Open [http://localhost:6006](http://localhost:6006) on the browser.

0 commit comments

Comments
 (0)