You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE - There is a need to use some form of monorepo package manager, and while yarn is great in what it does, we have a lot of manual building being done. I want to revisit this to use either Turborepo, NX/Lerna, NX/rspack or others that I may not know immediately.
Current Behavior:
I would like to to decide on a project layout close to a monorepo or not.
One such design system layout we can follow is from
UPDATE - There is a need to use some form of monorepo package manager, and while
yarn
is great in what it does, we have a lot of manual building being done. I want to revisit this to use eitherTurborepo
,NX/Lerna
,NX/rspack
or others that I may not know immediately.Current Behavior:
I would like to to decide on a project layout close to a monorepo or not.
One such design system layout we can follow is from
https://github.com/vercel/turbo/tree/main/examples/design-system
For the package manager, we can opt to use
npm
orpnpm
.Contributor Guide
The text was updated successfully, but these errors were encountered: