Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

45 lines (28 loc) · 1.03 KB

Contributing

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.

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/ui.git

Navigate to project directory

cd ui

Create a new Branch

git checkout -b my-new-branch

Install dependencies

pnpm install