{"id":18291151,"url":"https://github.com/rhecosystemappeng/cluster-iq-console","last_synced_at":"2026-01-17T10:56:35.878Z","repository":{"id":189994727,"uuid":"647320593","full_name":"RHEcosystemAppEng/cluster-iq-console","owner":"RHEcosystemAppEng","description":"ClusterIQ Console","archived":false,"fork":false,"pushed_at":"2026-01-14T07:20:08.000Z","size":1496,"stargazers_count":0,"open_issues_count":9,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T11:19:33.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RHEcosystemAppEng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-30T14:23:37.000Z","updated_at":"2025-07-24T16:44:17.000Z","dependencies_parsed_at":"2024-12-26T17:21:05.534Z","dependency_job_id":"ea45a546-eae9-42c8-97ca-651ffb19b50b","html_url":"https://github.com/RHEcosystemAppEng/cluster-iq-console","commit_stats":null,"previous_names":["rhecosystemappeng/cluster-iq-console"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/RHEcosystemAppEng/cluster-iq-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RHEcosystemAppEng%2Fcluster-iq-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RHEcosystemAppEng%2Fcluster-iq-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RHEcosystemAppEng%2Fcluster-iq-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RHEcosystemAppEng%2Fcluster-iq-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RHEcosystemAppEng","download_url":"https://codeload.github.com/RHEcosystemAppEng/cluster-iq-console/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RHEcosystemAppEng%2Fcluster-iq-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-05T14:13:22.620Z","updated_at":"2026-01-17T10:56:35.852Z","avatar_url":"https://github.com/RHEcosystemAppEng.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClusterIQ Console\n\n![Version](https://img.shields.io/badge/version-0.4.2-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)\n\n---\n\nClusterIQ Console provides a Web UI for the [ClusterIQ](https://github.com/RHEcosystemAppEng/cluster-iq) project.\n\n## Deployment\n\nThis section explains how to deploy ClusterIQ Console.\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) 18.x or higher\n- [npm](https://www.npmjs.com/) 8.x or higher\n\n### Quick-start (local)\n\n```sh\ngit clone git@github.com:RHEcosystemAppEng/cluster-iq-console.git\ncd cluster-iq-console\nnpm install \u0026\u0026 npm run start\n```\n\n## Development scripts\n\n```sh\n# Install development/build dependencies\nnpm install\n\n# Start the development server\nnpm run start\n\n# Run a production build (outputs to \"dist\" dir)\nnpm run build\n\n# Run the preview\nnpm run preview\n```\n\n## Configurations\n\n- [TypeScript Config](./tsconfig.json)\n- [Editor Config](./.editorconfig)\n- [Prettier Config](./.prettierrc.js)\n\n## Code quality tools\n\n- To keep our code formatting in check, we use [prettier](https://github.com/prettier/prettier)\n- Code formatting and validation is done with [Husky](https://typicode.github.io/husky) and [lint-staged](https://github.com/lint-staged/lint-staged)\n\n## Getting Started with Vite\n\nThis project was bootstrapped with [Vite](https://vite.dev/).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm run start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `npm run build`\n\nBuilds the app for production to the `dist` folder.\n\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nSee the section about [deployment](https://vite.dev/guide/cli.html#build) for more information.\n\n### `npm run preview`\n\nThe command will boot up a local static web server that serves the files from `dist` folder.\n\nIt's an easy way to check if the production build looks OK in your local environment.\n\nSee the section about [deployment](https://vite.dev/guide/cli.html#build) for more information.\n\n## Learn More\n\nYou can learn more in the [Vite documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://react.dev/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhecosystemappeng%2Fcluster-iq-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhecosystemappeng%2Fcluster-iq-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhecosystemappeng%2Fcluster-iq-console/lists"}