Forking
Click Fork in WindUI Repository
Forking repository to own account

Clone forked repository to local machine
Clone it in terminal
This command will create a copy of the WindUI project in your working directory, allowing you to modify and customize it as needed.
Build WindUI
After your changes in the local repository in ./WindUI, you can build the changes and test them
this will update the ./WindUI/dist/main.lua file (build file)
Contributing
Thank you for your interest in WindUI! If you want to help, create a pull request with improvements, fixes, or new components. Describe your changes in the comments, make sure the code follows the project style, and that tests pass.
Welcome contributions:
- new components and utilities
- documentation improvements
- bug fixes
Before submitting a PR, ensure your code builds successfully and there are no conflicts with the main branch.