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 design system example #269

Merged
merged 3 commits into from
Dec 14, 2021
Merged

Add design system example #269

merged 3 commits into from
Dec 14, 2021

Conversation

jaredpalmer
Copy link
Contributor

@jaredpalmer jaredpalmer commented Dec 14, 2021

Close #209

Adding a "design system" starter powered by tsup with a Next.js "docs site"

  • Split this into 2 examples (one with lerna and one with changesets for publishing)
  • Add a "rename" script to change the NPM organization scope from "acme" to whatever the user wants
  • Consider adding codemods package as well
  • Consider splitting out into more granular packages (i.e. @acme/button instead of @acme/core)
  • Setup Jest
  • Add typechecking to pipeline
  • Consider adding storybook or cypress
  • Add CSS

@vercel
Copy link

vercel bot commented Dec 14, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vercel/turbo-site/7vuij2z8Y98nPhczK9BCkoagzkUH
✅ Preview: https://turbo-site-git-design-system.vercel.sh

@jaredpalmer jaredpalmer added area: docs Improvements or additions to documentation area: examples Improvements or additions to examples labels Dec 14, 2021
@jaredpalmer jaredpalmer mentioned this pull request Dec 14, 2021
4 tasks
@jaredpalmer
Copy link
Contributor Author

#shipit and iterate

@jaredpalmer jaredpalmer merged commit 7647216 into main Dec 14, 2021
@jaredpalmer jaredpalmer deleted the design-system branch December 14, 2021 20:18
sokra added a commit that referenced this pull request Oct 25, 2022
sokra pushed a commit that referenced this pull request Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Improvements or additions to documentation area: examples Improvements or additions to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Example: Component library where each component it it's own package
1 participant