Thank you for considering contributing to Svelvunity! We welcome contributions from everyone. By participating in this project, you agree to abide by our code of conduct.
If you find a bug, please report it by opening an issue on our GitHub repository. Include as much detail as possible to help us understand and reproduce the issue.
We welcome suggestions for new features or improvements. Please open an issue on our GitHub repository and describe your idea in detail.
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes.
- Ensure your code follows our coding standards and passes all tests.
- Commit your changes with a clear and descriptive message.
- Push your branch to your forked repository.
- Open a pull request on our GitHub repository.
Please follow our coding standards:
- Use meaningful variable and function names.
- Write comments to explain complex code.
- Format your code.
Ensure your changes pass all tests. If you add new features, please include tests for them using Vitest.
Update the documentation to reflect your changes. This includes the README file and any other relevant documentation files.
Svelvunity is a UI component library built with Svelte components and Tailwind CSS that helps developers build websites faster. By leveraging this library, developers can significantly reduce the time and effort required to build UI elements for their projects. Instead of starting from scratch, they can integrate ready-made components into their applications, saving valuable development time and resources.
If you wish to experiment with Svelvunity on your local machine:
- Clone the project
- Run
npm install - Run
npm run dev - Open the page http://localhost:5173
For more information on the various commands you can run locally, please refer to the DEVELOPER documentation.
The Open Source Guides website has a collection of resources for individuals, communities, and companies. These resources help people who want to learn how to run and contribute to open source projects. Contributors and people new to open source alike will find the following guides especially useful:
Thank you for your contributions! ❤️