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.
Ensure you have the following before starting:
- Node.js >= v18
- Next.js v14
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/combokitnet/combokitnet.git cd combokitnet
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
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.
We encourage developers to contribute by submitting new toolkits. Follow these steps to start and potentially earn money from your contributions:
-
Create a new branch:
git checkout -b your-toolkit-branch
-
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.
- Navigate to the
-
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.
- Once your toolkit is complete, commit your changes:
-
Code review and merge:
- Our team will review your code.
- Upon approval, your code will be merged into the main branch.
-
Release and earn:
- Your toolkit will be released on Combokit.Net.
- Earnings will be based on the usage and popularity of your toolkit.
We welcome contributions! Please refer to our CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License. See the LICENSE file for more information.
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!