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.
Repository for the API Fellowship Badge Website.
This project is built using:
- Node.js (v16.x or higher)
- npm (v8.x or higher)
# 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 devOpen http://localhost:3000 with your browser to see the result.
# Create a production build
npm run build
# Start the production server
npm start