Thank you for your interest in contributing to EldoraUI! 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 Eldora UI.
-
Fork this repository
Click here to fork the repository. -
Clone your forked repository to your local machine
git clone https://github.com/<YOUR_USERNAME>/eldoraui.git
-
Navigate to the project directory
cd eldoraui
-
Create a new branch for your changes
git checkout -b my-new-branch
-
Install dependencies
npm i
-
Run the project
npm run dev
For any help or questions, please open a new GitHub issue.