https://github.com/keploy/badge-fellowship
https://github.com/keploy/badge-fellowship
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/keploy/badge-fellowship
- Owner: keploy
- Created: 2025-04-23T14:01:59.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-05-06T07:00:46.000Z (about 1 month ago)
- Last Synced: 2025-05-06T07:57:38.713Z (about 1 month ago)
- Language: TypeScript
- Size: 35.1 MB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Keploy
![]()
badge Website
Repository for the Keploy badge website.**Note** :- Issue Creation is disabled on this Repository, please visit [here](https://github.com/keploy/keploy/issues/new/choose) to submit Issue.
[Keploy](https://keploy.io) 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](https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw) 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](https://github.com/cncf/foundation/blob/master/code-of-conduct.md) as a reference.# API Fellowship Badge Website
Repository for the API Fellowship Badge Website.
## Technologies
This project is built using:
- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Three.js](https://threejs.org/)
- [React Three Fiber (R3F)](https://docs.pmnd.rs/react-three-fiber/getting-started/introduction)
- [Tailwind CSS](https://tailwindcss.com/)## Getting Started
### Prerequisites
- Node.js (v16.x or higher)
- npm (v8.x or higher)### Installation
```bash
# 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](http://localhost:3000) with your browser to see the result.
## Building for Production
```bash
# Create a production build
npm run build# Start the production server
npm start
```