Suman373 / website

Keploy.io Landing page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to website of Keploy 👋

Keploy

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

Color palette

Keploy Orange (Primary) #ff904d #ff904d rgb(255, 144, 77) hsl(23, 100%, 65%) CMYK(0 ,44, 70, 0)
Keploy Brown (Secondary) #644a3c #644a3c rgb(100, 74, 60) hsl(21, 25%, 31%) CMYK(0, 26, 40, 61)
Keploy Black (Secondary) #000000 #000000 rgb(0, 0, 0) hsl(0, 0%, 0%) CMYK(3, 3, 3, 100)
Keploy White (Secondary) #FFFFFF #000000 rgb(255, 255, 255) hsl(0, 0%, 100%) CMYK(0, 0, 0, 0)

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.

Contribution Guidelines

Please read the CONTRIBUTING guide and the Color Palette guide before you submit any pull requests.

Maintainers and contributors to this project are expected to conduct themselves in a respectful way. See the Code of Conduct as a reference.

Technology Stack

We use a variety of technologies to build the web interface and support the community. They include:

Installation

If you wish to contribute, we highly recommend following the guidelines mentioned below.

1. Fork this repository.

2. Clone your forked copy of the project.

   git clone https://github.com/<GITHUB_USERNAME>/website.git

3. Open your preferred IDE (Integrated Development Environment) such as Visual Studio Code.

4. Navigate to the project directory. Open the folder 'website' in your IDE.

5. Make changes in source code.

6. Save the file and open it in your web browser by simply double-clicking on the file.

7. Alternatively, you can also open the file from within the IDE using the "Open in Default Browser" feature or a browser extension like "Live Server" for VSCode.

8. Stage your changes and commit.

   git add .
   git commit -m "<your_commit_message>"

9. Push your local commits to the remote repo.

   git push

10. Create a PR

To contribute to this project, you must agree to the Developer Certificate of Origin (DCO) for each commit you make. The DCO is a simple statement that you, as a contributor, have the legal right to make the contribution.

See the DCO file for the full text of what you must agree to and how it works here. To signify that you agree to the DCO for contributions, you simply add a line to each of your git commit messages:

Signed-off-by: Jane Smith <jane.smith@example.com>

In most cases, you can add this signoff to your commit automatically with the -s or --signoff flag to git commit. You must use your real name and a reachable email address (sorry, no pseudonyms or anonymous contributions). An example of signing off on a commit:

$ commit -s -m “my commit message w/signoff”

To ensure all your commits are signed, you may choose to add this alias to your global .gitconfig:

~/.gitconfig

[alias]
  amend = commit -s --amend
  cm = commit -s -m
  commit = commit -s

Code of Conduct 📜

To maintain a safe and inclusive space for everyone, to learn and grow, contributors are advised to follow the Code of Conduct and also go through Guidelines for Contributing atleast once.

Support 🙏

This project needs a ⭐️ from you. Don't forget to leave a star ⭐️

Happy Contributions !!

About

Keploy.io Landing page

License:Apache License 2.0


Languages

Language:JavaScript 58.5%Language:HTML 35.0%Language:CSS 6.5%