https://github.com/europanite/client_side_logo_generator
A Logo Generator
https://github.com/europanite/client_side_logo_generator
android browser client-side docker docker-compose frontend image ios jest logo logo-generator metro react react-native typescript web
Last synced: 3 months ago
JSON representation
A Logo Generator
- Host: GitHub
- URL: https://github.com/europanite/client_side_logo_generator
- Owner: europanite
- License: apache-2.0
- Created: 2025-11-18T02:50:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-18T03:00:26.000Z (8 months ago)
- Last Synced: 2025-11-18T04:25:54.148Z (8 months ago)
- Topics: android, browser, client-side, docker, docker-compose, frontend, image, ios, jest, logo, logo-generator, metro, react, react-native, typescript, web
- Language: TypeScript
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# [Client Side Logo Generator](https://github.com/europanite/client_side_logo_generator "Client Side Logo Generator")
[](https://opensource.org/licenses/Apache-2.0)

[](https://github.com/europanite/client_side_logo_generator/actions/workflows/ci.yml)
[](https://github.com/europanite/client_side_logo_generator/actions/workflows/docker.yml)
[](https://github.com/europanite/client_side_logo_generator/actions/workflows/deploy-pages.yml)





[PlayGround](https://europanite.github.io/client_side_logo_generator/)
A Client Side Logo Generator.
---
## 🚀 Getting Started
### 1. Prerequisites
- [Docker Compose](https://docs.docker.com/compose/)
### 2. Build and start all services:
```bash
# set environment variables:
export REACT_NATIVE_PACKAGER_HOSTNAME=${YOUR_HOST}
# Build the image
docker compose build
# Run the container
docker compose up
```
### 3. Test:
```bash
docker compose \
-f docker-compose.test.yml up \
--build --exit-code-from \
frontend_test
```
---
# License
- Apache License 2.0