Thanks for your interest in contributing to Percept UI. We're happy to have you here.
Please take a moment to review this document before submitting your first pull request. We also strongly recommend that you check for open issues and pull requests to see if someone else is working on something similar.
If you need any help, feel free to reach out to @perceptui.
This repository is a monorepo.
- We use pnpm and
workspaces
for development. - We use Turborepo as our build system. |
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/ui.git
cd ui
git checkout -b my-new-branch
pnpm install