Skip to content
View combokitnet's full-sized avatar

Block or report combokitnet

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
combokitnet/README.md

Combokit.Net

Combokit.Net is a comprehensive platform that offers a wide array of toolkits for users. Whether you're a developer looking to contribute or someone seeking useful tools, Combokit.Net has something for everyone.

Prerequisites

Ensure you have the following before starting:

  • Node.js >= v18
  • Next.js v14

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/combokitnet/combokitnet.git
    cd combokitnet
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Usage

Once the development server is running, access the toolkit at https://localhost:3000. You can explore the available toolkits or contribute your own, as described below.

How to Submit a New Toolkit

We encourage developers to contribute by submitting new toolkits. Follow these steps to start and potentially earn money from your contributions:

  1. Create a new branch:

    git checkout -b your-toolkit-branch
  2. Develop your toolkit:

    • Navigate to the src/containers/ directory.
    • Create a new folder named after your toolkit, e.g., YourToolkitPage.
    • Develop your toolkit within this folder.
  3. Submit your changes:

    • Once your toolkit is complete, commit your changes:
      git add .
      git commit -m "[your-toolkit-branch] Add YourToolkitPage"
      git push origin your-toolkit-branch
    • Open a pull request on GitHub.
  4. Code review and merge:

    • Our team will review your code.
    • Upon approval, your code will be merged into the main branch.
  5. Release and earn:

    • Your toolkit will be released on Combokit.Net.
    • Earnings will be based on the usage and popularity of your toolkit.

Contributing

We welcome contributions! Please refer to our CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

If you have any questions or need assistance, feel free to reach out to us at [email protected].


Thank you for contributing to Combokit.Net and helping us build a better toolkit platform for everyone!

Popular repositories Loading

  1. combokitnet combokitnet Public

    Your ultimate toolkit and Request any tool you need.

    TypeScript 2