Skip to content
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

Merged
merged 40 commits into from
Sep 1, 2020

Conversation

rannyeli
Copy link
Contributor

@rannyeli rannyeli commented Aug 11, 2020

There is a problem with the composed storybook, I'm waiting for support from storybookjs.
related issue storybookjs/storybook#11892

@rannyeli rannyeli linked an issue Aug 11, 2020 that may be closed by this pull request
@CptSchnitz CptSchnitz changed the base branch from mc-wc-ui-components to master August 31, 2020 06:24
refs: {
react_components: {
title: "React Components",
url: "http://localhost:9010"
Copy link
Collaborator

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

Copy link
Contributor Author

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"
Copy link
Collaborator

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.
Copy link
Collaborator

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@rannyeli rannyeli requested a review from alebinson September 1, 2020 13:27
Copy link
Collaborator

@alebinson alebinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done

@syncush syncush merged commit 96f7d2d into master Sep 1, 2020
@syncush syncush deleted the catalog branch September 1, 2020 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate Storybook lerna
3 participants