Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.24 KB

File metadata and controls

57 lines (35 loc) · 1.24 KB

Contributing

About this repository

This repository is a monorepo.

Development

Fork this repo

You can fork this repo by clicking the fork button in the top right corner of this page.

Clone on your local machine

git clone https://github.com/your-username/react-wheel-picker.git

Navigate to project directory

cd react-wheel-picker

Create a new branch

git checkout -b my-new-branch

Install dependencies

pnpm install

Run a workspace

You can use the pnpm --filter=[WORKSPACE] command to start the development process for a workspace.

Examples

Examples will be updated in detail soon.

Documentation

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 dev

Documentation is written using MDX. You can find the documentation files in the apps/web/src/content/docs directory.