This is a monorepo where I collect, create, publish, and maintain code I want to re-use across projects, such as React components and JS utils.
- Be sure to have pnpm installed and that you are running Node version 20.x.
- In the repo root, run
pnpm i
.
- To update are add new components or utils, run
pnpm dev
. This will watch individual package source code for changes, and also start a Storybook playground app.