Thank you for your interest in contributing to CuiCui! We appreciate your support and look forward to your contributions. This guide will help you understand the directory structure and provide detailed instructions on how to add a new component to CuiCui or to modify the website.
The roadmap for CuiCui is available in the project board on Featurebase. You can find the list of features, enhancements, and bugs that are planned for the next releases.
You can of course suggest new features or report bugs by opening a new issue on GitHub or by creating a new card on Featurebase.
-
Fork this repository
Click here to fork the repository.
-
Clone your forked repository to your local machine
git clone /~https://github.com/<YOUR_USERNAME>/cuicui.git
-
Navigate to the project directory
cd cuicui
-
Create a new branch for your changes
git checkout -b my-new-branch
-
Install dependencies
pnpm install
-
Run the project
pnpm run dev
or
pnpm run dev:turbo
For any help or questions, please open a new GitHub issue.