Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
robsoncoelho committed Jan 8, 2023
1 parent 61e5b2f commit b048fe5
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,25 @@ First, run the development server:
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
A new tab will open automatically running the project [http://localhost:3000](http://localhost:3000).

To generate a build with a ready to release version you just need to run `yarn build`

# Storybook
```bash
yarn storybook
```

A new tab will open automatically running the storybook [http://localhost:6006](http://localhost:6006).

To publish the storybook you just need to run the code below to generate a `storybook-static` folder with the storybook build.

```bash
yarn build-storybook
```

# Jest
```bash
yarn test
```

0 comments on commit b048fe5

Please sign in to comment.