Git Product home page Git Product logo

website's Introduction

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 <[email protected]>

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 !!

website's People

Contributors

itsroy69 avatar nehagup avatar ramanjs avatar sainiaditya1 avatar sanskritiharmukh avatar shivamtyagi12345 avatar slayerjain avatar sonichigo avatar suman373 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.