Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kathleentynan committed Nov 17, 2023
1 parent 898a707 commit 3c9b7b0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,26 @@ Best practices include:

## Setup

#### Requirements
Node and NPM setup: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

* Node version: **v16 or greater**
* NPM version: **v8 or greater**

[NVM](https://nodejs.org/en/download/package-manager#nvm) is a nifty tool to help toggle between enironment versions


#### Install dependencies

Within the root of the project (~/storefront-product-listing-page):

```
npm install
```

#### Storybook
#### Storybook (mdx files)

Install storybook: https://storybook.js.org/docs/react/get-started/install

```
npm run storybook
Expand Down

0 comments on commit 3c9b7b0

Please sign in to comment.