Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 970 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (28 loc) · 970 Bytes

Contributing to Eldora UI

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.

Getting Started

Fork and Clone the Repository

  1. Fork this repository
    Click here to fork the repository.

  2. Clone your forked repository to your local machine

    git clone https://github.com/<YOUR_USERNAME>/eldoraui.git
  3. Navigate to the project directory

    cd eldoraui
  4. Create a new branch for your changes

    git checkout -b my-new-branch
  5. Install dependencies

    npm i
  6. Run the project

    npm run dev

Ask for Help

For any help or questions, please open a new GitHub issue.