Skip to content

Commit

Permalink
doc: add patch command
Browse files Browse the repository at this point in the history
  • Loading branch information
gndz07 committed May 28, 2024
1 parent 84c80c5 commit 3b5558c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ docker run -it -v $(pwd):/usr/local/src/ -w /usr/local/src/ -p 3000:3000 node:la
yarn install
```

- Patch the package

Stitches package needs to be patched after the upgrade to TypeScript version 5. You can run this script after installing the dependencies to apply the patch:

```sh
yarn patch
```

- Run the Storybook

```sh
Expand Down

0 comments on commit 3b5558c

Please sign in to comment.