{"id":20791443,"url":"https://github.com/keploy/website","last_synced_at":"2025-04-07T15:06:58.972Z","repository":{"id":226591164,"uuid":"769017339","full_name":"keploy/website","owner":"keploy","description":"Landing Page Website of Keploy ","archived":false,"fork":false,"pushed_at":"2024-10-29T12:25:57.000Z","size":33797,"stargazers_count":15,"open_issues_count":13,"forks_count":55,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T13:20:44.713Z","etag":null,"topics":["gsoc","landing-page","mern-stack","nextjs","tailwindcss","testing"],"latest_commit_sha":null,"homepage":"https://keploy.io/","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keploy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-08T07:06:13.000Z","updated_at":"2024-10-29T12:25:58.000Z","dependencies_parsed_at":"2024-11-08T06:31:05.442Z","dependency_job_id":null,"html_url":"https://github.com/keploy/website","commit_stats":null,"previous_names":["keploy/website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keploy%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keploy","download_url":"https://codeload.github.com/keploy/website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675597,"owners_count":20977376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gsoc","landing-page","mern-stack","nextjs","tailwindcss","testing"],"created_at":"2024-11-17T15:44:42.860Z","updated_at":"2025-04-07T15:06:58.954Z","avatar_url":"https://github.com/keploy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e Contributor Notice:\nThis repository is now dedicated exclusively to the Keploy API Playground. As part of an ongoing migration, the Keploy Playground will remain in this repository for now, but it will be moved to a new repository in the future.\n\n\u003e GSoC Qualification Task: As this playground forms a part of our GSoC qualification tasks, we welcome contributions only for enhancing and maintaining the playground features.\n\n# Getting Started\n\n1. **Ensure Node.js 18.x.x is installed** on your machine.\n2. **Install the ESLint extension** for VS Code:\n   - You can install the [ESLint extension by Microsoft](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).\n   \n3. **Configure asset prefix for local developement**:\n   - **For local development**, comment out the below line to load assets locally.\n     - In `next.config.js`, the assetPrefix ensures proper asset loading from the new landing page.\n       ```js\n       assetPrefix: 'https://keploy-websites.vercel.app'\n       ```\n\n4. **Running the development server**:\n   - Use one of the following commands based on your package manager:\n     ```bash\n     npm run dev\n     # or\n     yarn dev\n     # or\n     pnpm dev\n     ```\n     \n5. **Run ESLint**:\n   - To identify and fix linting issues, run:\n     ```bash\n     npx eslint .\n     ```\n     Make sure to resolve any linting issues before raising a PR.\n\n6. **Access the app**:\n   - Open [http://localhost:3000](http://localhost:3000) in your browser to view the result.\n\n\u003e **Note:** This template is inspired by the [Cruip Tailwind Landing Page Template](https://github.com/cruip/tailwind-landing-page-template).\n\n## Brand color Palette\n\n---\n\nThis README guide provides an overview of the color palette used in the project, along with their respective purposes and usage.\n\n| Color Name   | Purpose                                   | Color Patch                                                 | Hash Value |\n|--------------|-------------------------------------------|------------------------------------------------------------|------------|\n| Primary Color| Primary headings, primary buttons, main elements | ![#FF914D](https://via.placeholder.com/20/FF914D?text=+) | `#FF914D` |\n| Secondary Color | Backgrounds, borders, subtle accents  | ![#00163D](https://via.placeholder.com/20/00163D?text=+)   | `#00163D` |\n| Neutral Colors | Backgrounds, borders, subtle accents | ![#F5F5F5](https://via.placeholder.com/20/F5F5F5?text=+) \u003cbr\u003e ![#FFF](https://via.placeholder.com/20/FFF?text=+) \u003cbr\u003e ![#E6E2D4](https://via.placeholder.com/20/E6E2D4?text=+) | `#F5F5F5` \u003cbr\u003e `#FFF` \u003cbr\u003e `#E6E2D4` |\n| Accent Colors | Success messages, notifications, progress indicators | ![#16704C](https://via.placeholder.com/20/16704C?text=+) | `#16704C` |\n|               | Highlights, icons, creative sections | ![#5F3131](https://via.placeholder.com/20/5F3131?text=+)   | `#5F3131` |\n|               | Attention-grabbing elements, notifications, important highlights | ![#EF546B](https://via.placeholder.com/20/EF546B?text=+) \u003cbr\u003e ![#D9CD9C](https://via.placeholder.com/20/D9CD9C?text=+) | `#EF546B` \u003cbr\u003e `#D9CD9C` |\n| Gradient Colors | - | ![#F5F5F5](https://via.placeholder.com/20/F5F5F5?text=+) \u003cbr\u003e ![#E35134](https://via.placeholder.com/20/E35134?text=+) \u003cbr\u003e ![#FF914D](https://via.placeholder.com/20/FF914D?text=+) \u003cbr\u003e ![#BE2C1B](https://via.placeholder.com/20/BE2C1B?text=+) \u003cbr\u003e ![#6F0A0D](https://via.placeholder.com/20/6F0A0D?text=+) | `#F5F5F5` \u003cbr\u003e `#E35134` \u003cbr\u003e `#FF914D` \u003cbr\u003e `#BE2C1B` \u003cbr\u003e `#6F0A0D` |\n\nThis README guide provides a quick reference to the colors in the palette and their intended purposes. Use this guide to ensure consistent usage of colors throughout the project and to maintain a cohesive visual style.\n\nFeel free to discuss and customize the README guide further based on your project requirements and additional details you'd like to include.\n\n---\n\n\nCreated and maintained with ❤️ by [Keploy.io](https://keploy.io/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeploy%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeploy%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeploy%2Fwebsite/lists"}