0.0.6 • Published 1 year ago

zet.js v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

  1. Fork the repository: Create your own fork of the repository on GitHub.

  2. Clone the repository: Clone your fork to your local machine.

    git clone https://github.com/Gazi2050/zet.js
  3. Create a branch: Make a new branch for your feature or bugfix.

    git checkout -b feature/your-feature-name
  4. Make your changes: Implement your changes and commit them with a clear message.

    git add .
    git commit -m "Add your clear commit message here"
  5. Push your changes: Push your changes to your fork.

    git push origin feature/your-feature-name
  6. Submit a pull request: Open a pull request to the main repository on GitHub.