0.0.6 • Published 1 year ago
zet.js v0.0.6
zet.js
zet.js is a flexible and easy-to-use JavaScript library with React that makes web development straightforward and efficient.
Create zet.js project
npx create-zet-app@latest <project-name>
Contribution
We welcome contributions from the community to help improve zet.js. Whether you want to report a bug, request a feature, or submit a pull request, your input is highly valued.
How to Contribute
Fork the repository: Create your own fork of the repository on GitHub.
Clone the repository: Clone your fork to your local machine.
git clone https://github.com/Gazi2050/zet.js
Create a branch: Make a new branch for your feature or bugfix.
git checkout -b feature/your-feature-name
Make your changes: Implement your changes and commit them with a clear message.
git add . git commit -m "Add your clear commit message here"
Push your changes: Push your changes to your fork.
git push origin feature/your-feature-name
Submit a pull request: Open a pull request to the main repository on GitHub.