File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff 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
2319Change directory to the root:
2420
@@ -29,7 +25,15 @@ $ cd nextjs-starter-kit
2925Run development server:
3026
3127``` sh
32- $ npm run dev
28+ $ yarn dev
3329```
3430
3531Access [ 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.
You can’t perform that action at this time.
0 commit comments