Skip to content

Commit 59d59d4

Browse files
authored
fix: update "Development and Contributing" run storybook command (#63)
1 parent 9f9dee4 commit 59d59d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ own `LinePart` and styled separately (colors, text formatting, etc.) from the re
174174

175175
- Fork and clone this repo.
176176
- Install the dependencies with `npm`.
177-
- Start the development server with `npm run dev`. This will launch a StoryBook instance.
177+
- Start the development server with `npm run storybook`. This will launch a StoryBook instance.
178178
Open a browser to http://localhost:6006 to preview the React components.
179179
- Use CTRL-C to exit the StoryBook.
180180
- Use `npm run build` to generate the compiled component for publishing to npm.

0 commit comments

Comments
 (0)