Skip to content

Commit

Permalink
Updated README with more context about Storybook + issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zthh626 committed Feb 23, 2021
1 parent 4e69e15 commit da0b9c8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ In the project directory, you can run:

### `npm install`

**Note:** Storybook 6.1.18 was having issues with NPM V7, so for this to be run properly
downgrade to NPM V6.
**Note:** Downgrade to NPM V6 for this repo to work correctly. Storybook 6.1.18 is having issues with NPM V7.\
https://github.com/storybookjs/storybook/issues/12983

### `npm start`

Expand All @@ -19,6 +19,13 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm run storybook`

Runs the app in [Storybook](https://storybook.js.org) mode. (We are able to run Storybook and React App at the same time)\
When Storybook runs, it looks for all stories in `src/app/**/` with this regex `*.stories.tsx`.

The page will reload if you make edits.

### `npm test`

Launches the test runner in the interactive watch mode.\
Expand Down

0 comments on commit da0b9c8

Please sign in to comment.