Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 873 Bytes

File metadata and controls

11 lines (6 loc) · 873 Bytes

Development

This document describes the development workflow. We are using Turborepo and pnpm.

Managing dependencies

Check the Turborepo docs - make sure you use the pnpm code examples.

Internal packages

packages/react is published to NPM but it is also registered as an internal package. Demo app in apps/react-vite depends on this internal package. This means that it will use the build output of packages/react instead of the published NPM package. If you want to test the changes you just made in packages/react, make sure you run pnpm build from the repo root so that apps/react-vite will read the new build.