-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(catalog): storybook for each package & composed storybook #25
Conversation
- [email protected] - [email protected] - @map-colonies/[email protected] - @map-colonies/[email protected]
- [email protected] - [email protected] - @map-colonies/[email protected] - @map-colonies/[email protected]
BREAKING CHANGE: lerna, core comps
…ents into mc-wc-ui-components
- [email protected] - [email protected] - @map-colonies/[email protected] - @map-colonies/[email protected] - @map-colonies/[email protected] - @map-colonies/[email protected]
- [email protected] - [email protected] - @map-colonies/[email protected] - @map-colonies/[email protected]
Tests Infrastructure
refs: { | ||
react_components: { | ||
title: "React Components", | ||
url: "http://localhost:9010" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we publish story books?
http://localhost:9010
is for development
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we will publish them in the future, for now it's only for development
}, | ||
react_ui_components: { | ||
title: "React UI Components", | ||
url: "http://localhost:9011" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we publish story books?
http://localhost:9010
is for development
README.md
Outdated
|
||
The repo uses [Yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) to link dependencies, and to enable running `yarn install` once. | ||
|
||
**You should use yarn instead of npm.** | ||
|
||
|
||
## Projects | ||
* **mc-conflict-ui** - UI app for resolving conflicts. | ||
* **mc-react-components** - Component library for shared components. | ||
* **demoapp-react** - UI app as a demo for using react components. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's an old code, merge from master is needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done
There is a problem with the composed storybook, I'm waiting for support from
storybookjs
.related issue storybookjs/storybook#11892