{"id":18720819,"url":"https://github.com/chevp/quantum-rift-electron-client","last_synced_at":"2026-04-11T19:32:33.340Z","repository":{"id":246833591,"uuid":"822243034","full_name":"chevp/quantum-rift-electron-client","owner":"chevp","description":"Typescript Electron Client-App for Quantum Rift.","archived":false,"fork":false,"pushed_at":"2024-10-23T20:40:12.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T23:06:21.501Z","etag":null,"topics":["angular","electron","grpc","javascript","typescript","vulkan-api"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chevp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-06-30T17:23:16.000Z","updated_at":"2024-10-23T20:40:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5300b1f-3a7b-4873-84f6-d2c9e87f1664","html_url":"https://github.com/chevp/quantum-rift-electron-client","commit_stats":null,"previous_names":["chevp/gp4-electron-client","chevp/quantum-rift-electron-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chevp/quantum-rift-electron-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevp%2Fquantum-rift-electron-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevp%2Fquantum-rift-electron-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevp%2Fquantum-rift-electron-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevp%2Fquantum-rift-electron-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chevp","download_url":"https://codeload.github.com/chevp/quantum-rift-electron-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevp%2Fquantum-rift-electron-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31693272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["angular","electron","grpc","javascript","typescript","vulkan-api"],"created_at":"2024-11-07T13:32:42.581Z","updated_at":"2026-04-11T19:32:33.301Z","avatar_url":"https://github.com/chevp.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quantum Rift Electron Client\n\nThis project is the **Electron** client application for **Quantum Rift**, built using **TypeScript**. The application provides a desktop client for interacting with the Quantum Rift system, offering a sleek user interface and seamless integration with the backend.\n\n## Features\n\n- **Cross-platform**: Runs on Windows, macOS, and Linux.\n- **TypeScript Integration**: Strongly-typed client-side code for improved maintainability.\n- **Electron Framework**: Combines the power of web technologies (HTML, CSS, JavaScript) with native desktop capabilities.\n- **Real-time Communication**: Interacts with Quantum Rift backend services to provide up-to-date data.\n- **Customizable UI**: Modify and extend UI components with ease.\n  \n## Requirements\n\n- **Node.js** (\u003e=14.x)\n- **npm** (\u003e=6.x)\n- **Electron** (\u003e=15.x)\n\n## Setup\n\n### 1. Clone the repository:\n\n```bash\ngit clone https://github.com/chevp/quantum-rift-electron-client.git\ncd quantum-rift-electron-client\n```\n\n### 2. Install dependencies:\n\n```bash\nnpm install\n```\n\n### 3. Start the Electron app:\n\n```bash\nnpm start\n```\n\nThe app will start in a new Electron window. You can also build it for different platforms using Electron Packager.\n\n## Building for Production\n\nTo package the app for distribution:\n\n```bash\nnpm run build\n```\n\n### Packaging for Specific Platforms:\n\nTo package for **Windows**, **macOS**, or **Linux**, you can run:\n\n```bash\nnpm run package:win   # for Windows\nnpm run package:mac   # for macOS\nnpm run package:linux # for Linux\n```\n\n## Folder Structure\n\n```\n├── src/                     # Source code\n│   ├── main/                # Main Electron process\n│   ├── renderer/            # Renderer (UI) process\n├── dist/                    # Compiled output for production\n├── package.json             # npm scripts and dependencies\n├── tsconfig.json            # TypeScript configuration\n├── webpack.config.js        # Webpack configuration for bundling\n└── README.md                # This README file\n```\n\n## Development\n\nTo enable hot reloading and faster development, you can run:\n\n```bash\nnpm run dev\n```\n\nThis command will start the app in development mode with live-reloading enabled, so you can test changes without restarting the app.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchevp%2Fquantum-rift-electron-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchevp%2Fquantum-rift-electron-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchevp%2Fquantum-rift-electron-client/lists"}