Skip to content

nehagup/fellowship-onboarding

 
 

Repository files navigation

Keploy

badge Website

Repository for the Keploy badge website.

Note :- Issue Creation is disabled on this Repository, please visit here to submit Issue.

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

Keploy is constantly working to improve and expand its documentation. Some components may change without notice. Page slugs (URLs), menu labels, and the location of information are a few of the items you can expect to see altered as we endeavour to give you the best experience possible.

If information you are looking for seems to be missing, visit the Keploy community forum for help.

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

API Fellowship Badge Website

Repository for the API Fellowship Badge Website.

Technologies

This project is built using:

Getting Started

Prerequisites

  • Node.js (v16.x or higher)
  • npm (v8.x or higher)

Installation

# Clone the repository
git clone https://github.com/keploy/badge-fellowship.git
cd badge-fellowship

# Install dependencies
npm install

# Run the development server
npm run dev

Open http://localhost:3000 with your browser to see the result.

Building for Production

# Create a production build
npm run build

# Start the production server
npm start

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Other 0.1%