{"id":48789619,"url":"https://github.com/europanite/client_side_logo_generator","last_synced_at":"2026-04-13T19:31:51.904Z","repository":{"id":324824331,"uuid":"1098693334","full_name":"europanite/client_side_logo_generator","owner":"europanite","description":"A Logo Generator","archived":false,"fork":false,"pushed_at":"2025-11-18T03:00:26.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-18T04:25:54.148Z","etag":null,"topics":["android","browser","client-side","docker","docker-compose","frontend","image","ios","jest","logo","logo-generator","metro","react","react-native","typescript","web"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/europanite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2025-11-18T02:50:59.000Z","updated_at":"2025-11-18T03:02:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/europanite/client_side_logo_generator","commit_stats":null,"previous_names":["europanite/client_side_logo_generator"],"tags_count":null,"template":false,"template_full_name":"europanite/frontend_metro_template","purl":"pkg:github/europanite/client_side_logo_generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europanite%2Fclient_side_logo_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europanite%2Fclient_side_logo_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europanite%2Fclient_side_logo_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europanite%2Fclient_side_logo_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/europanite","download_url":"https://codeload.github.com/europanite/client_side_logo_generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europanite%2Fclient_side_logo_generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["android","browser","client-side","docker","docker-compose","frontend","image","ios","jest","logo","logo-generator","metro","react","react-native","typescript","web"],"created_at":"2026-04-13T19:31:51.246Z","updated_at":"2026-04-13T19:31:51.893Z","avatar_url":"https://github.com/europanite.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Client Side Logo Generator](https://github.com/europanite/client_side_logo_generator \"Client Side Logo Generator\")\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n![OS](https://img.shields.io/badge/OS-Linux%20%7C%20macOS%20%7C%20Windows-blue)\n[![CI](https://github.com/europanite/client_side_logo_generator/actions/workflows/ci.yml/badge.svg)](https://github.com/europanite/client_side_logo_generator/actions/workflows/ci.yml)\n[![docker](https://github.com/europanite/client_side_logo_generator/actions/workflows/docker.yml/badge.svg)](https://github.com/europanite/client_side_logo_generator/actions/workflows/docker.yml)\n[![GitHub Pages](https://github.com/europanite/client_side_logo_generator/actions/workflows/deploy-pages.yml/badge.svg)](https://github.com/europanite/client_side_logo_generator/actions/workflows/deploy-pages.yml)\n\n![React Native](https://img.shields.io/badge/react_native-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge\u0026logo=jest\u0026logoColor=white)\n![Expo](https://img.shields.io/badge/expo-1C1E24?style=for-the-badge\u0026logo=expo\u0026logoColor=#D04A37)\n\n![\"web_ui\"](./assets/images/web_ui.png)\n\n [PlayGround](https://europanite.github.io/client_side_logo_generator/)\n\nA Client Side Logo Generator.\n\n---\n\n## 🚀 Getting Started\n\n### 1. Prerequisites\n- [Docker Compose](https://docs.docker.com/compose/)\n\n### 2. Build and start all services:\n\n```bash\n# set environment variables:\nexport REACT_NATIVE_PACKAGER_HOSTNAME=${YOUR_HOST}\n\n# Build the image\ndocker compose build\n\n# Run the container\ndocker compose up\n\n```\n\n### 3. Test:\n```bash\ndocker compose \\\n-f docker-compose.test.yml up \\\n--build --exit-code-from \\\nfrontend_test\n```\n\n---\n\n# License\n- Apache License 2.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuropanite%2Fclient_side_logo_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuropanite%2Fclient_side_logo_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuropanite%2Fclient_side_logo_generator/lists"}