Skip to content

keploy/student-program

contributions welcome Slack License

Keploy

Keploy is a no-code testing platform that generates tests from API calls.

Community support

We'd love to collaborate with you to make Keploy great. To get started:

  • Slack - Discussions with the community and the team.
  • GitHub - For bug reports and feature requests.

How to Contribute ??

To Contribute to Keploy Student Program Website, please follow the following steps.

  1. Fork this Repository(by clicking Fork Icon on top right of the repository).

  2. Clone this repository to your Local Machine using:

git clone https://github.com/keploy/student-program
  1. Install the required dependencies using:
npm install
  1. Once the required packages are installed, run the following command to host this project on localhost:
npm start
  1. Make the desired changes

  2. Add, commit & push the changes, using:

git add .
git commit -m "changes you made in the project" #Please make sure to mention which issue is closed by these changes. You can also use "cz c"
git push 
  1. Before raising a PR, please sure to 'Fetch Upstream' to avoid conflicts with existing codebase.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published