Contribution Guide
    
            
        You can contribute to the project by making a pull request on GitHub.
        
 This guide will help you get started with contributing to the project.
        
 I'm happy with your contribution.
    
- 
            Create a new laravel project composer create-project laravel/laravel wireui
- Install Livewire Install Tailwind CSS
- 
            Clone the wireui into the root of the project 
- 
            Add this code into the composer.json 1{2 "repositories": {3 "wireui/wireui": {4 "type": "path",5 "url": "../wireui"6 }7 }8}
- 
            Require WireUI composer require wireui/wireui