This repository is a monorepo.
- We use pnpm and workspaces for development.
- We use Turborepo as our build system.
- We use changesets for managing releases.
You can fork this repo by clicking the fork button in the top right corner of this page.
git clone https://github.com/your-username/react-wheel-picker.gitcd react-wheel-pickergit checkout -b my-new-branchpnpm installYou can use the pnpm --filter=[WORKSPACE] command to start the development process for a workspace.
Examples will be updated in detail soon.
The documentation for this project is located in the web workspace. You can run the documentation locally by running the following command:
pnpm --filter=web devDocumentation is written using MDX. You can find the documentation files in the apps/web/src/content/docs directory.