Skip to content

Commit

Permalink
FORK: add README-quatico.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eins78 committed Jul 4, 2024
1 parent 958e86c commit 37a407a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README-quatico.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# quatico storybook fork

## docs

* <https://storybook.js.org/docs/contribute/code>
* <https://github.com/storybookjs/storybook/blob/v8.1.11/CONTRIBUTING.md>

## build

```bash
cd "$(git rev-parse --show-toplevel)"
git clean -fdX

nvm use

yarn i
# TODO: find out if this step is necessary
yarn start # prepares dev env (among other things)

# build
cd code
yarn build --prod react

# pack / publish
cd ./renderers/react
yarn pack
# yarn publish --access public
```

0 comments on commit 37a407a

Please sign in to comment.