docs(examples): document pnpm/yarn usage in example READMEs #47268
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
docs(examples): document pnpm/yarn usage in example READMEs
Summary
This PR updates multiple example
README.mdfiles underexamples/to includepnpmandyarnalternatives alongside the existingnpminstructions. The repository usespnpmworkspaces; adding explicitpnpminstructions improves the developer experience and reduces friction for contributors following the monorepo workflow.Changes
Updated the following files to add
pnpm/yarninstall & run variants:examples/material-ui-vite/README.mdexamples/joy-ui-cra-ts/README.mdexamples/material-ui-gatsby/README.mdexamples/material-ui-nextjs-pages-router/README.mdexamples/material-ui-pigment-css-nextjs-ts/README.mdexamples/joy-ui-nextjs-ts/README.mdexamples/material-ui-remix-ts/README.mdexamples/material-ui-vite-ts/README.mdexamples/material-ui-vite-tailwind-ts/README.mdexamples/material-ui-pigment-css-vite-ts/README.mdexamples/material-ui-nextjs/README.mdexamples/material-ui-nextjs-pages-router-ts/README.mdexamples/material-ui-nextjs-ts/README.mdexamples/material-ui-nextjs-ts-v4-v5-migration/README.mdexamples/material-ui-preact/README.mdexamples/material-ui-react-router-ts/README.mdexamples/joy-ui-vite-ts/README.mdexamples/material-ui-express-ssr/README.mdReason to change
pnpmworkspaces as the package manager for developer workflows.npm, which can confuse contributors who expectpnpmwhen working in the monorepo.pnpm(and optionallyyarn) alternatives is a low-risk, high-value developer experience improvement.Checklist