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

add support for shadcn monorepo configuration #370

Open
yamz8 opened this issue Dec 21, 2024 · 1 comment
Open

add support for shadcn monorepo configuration #370

yamz8 opened this issue Dec 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@yamz8
Copy link
Contributor

yamz8 commented Dec 21, 2024

Is your feature request related to a problem? Please describe.
https://ui.shadcn.com/docs/monorepo

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

@yamz8 yamz8 added the enhancement New feature or request label Dec 21, 2024
@haydenbleasel
Copy link
Owner

@yamz8 I checked out the new monorepo configuration from shadcn/ui. It's a bit complicated for what we're trying to do here. It requires each app to have a components.json file and that they all match. Feels a bit simpler to just to run something like this from the root:

npx shadcn@latest add button -c packages/design-system

What do you reckon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants