prenda-school / design-system

Implementations of the Prenda Design System (PDS).
https://main--60b7f55f55fbd4004993da4c.chromatic.com
Other
7 stars 1 forks source link

chore: re-initialize Nx with latest workspace #721

Closed WilliamKelley closed 11 months ago

WilliamKelley commented 11 months ago

https://nx.dev/getting-started/tutorials/integrated-repo-tutorial

npx create-nx-workspace@latest design-system \ --preset=ts \ --workspaceType=integrated \ --nxCloud=false \ --skipGit

*replace "design-system" with another dir name, then run rsync to copy over files -- allows maintaining git history

rsync -av --exclude='.git/' --exclude='node_modules/' ./design-system-z/ ./design-system/