MetaMask / metamask-design-system

0 stars 0 forks source link

Migrate `metamask-design-system` to Monorepo Architecture with Yarn Workspaces #5

Closed georgewrmarshall closed 1 day ago

georgewrmarshall commented 2 weeks ago

Description

The current setup of the metamask-design-system follows the MetaMask module template used for a polyrepo structure. We need to update the repository to use a monorepo architecture, leveraging Yarn workspaces. The updated setup should be aligned with the structure used in MetaMask core. Unnecessary files should be removed, and the monorepo setup should follow the approach demonstrated in the POC shared-ui-monorepo.

Technical Details

Acceptance Criteria

References