diff --git a/README.md b/README.md index 57a35c7..bd542c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # EmuHub +![main](https://github.com/mohamed-helmy/emuhub/actions/workflows/docker-image.yml/badge.svg) + + +

+ +

## Overview EmuHub is an innovative tool designed to simplify the testing of Android applications by providing access to multiple emulators via web browsers. Built with Docker and NoVNC (HTML5-based VNC client), EmuHub offers developers and QA engineers a seamless platform for testing APKs across various Android device configurations. @@ -62,6 +68,9 @@ services: docker compose up -d ``` Once EmuHub is running, access it via a web browser using the URL `http://:8000`. Replace `` with the IP address of the server where EmuHub is hosted. +

+ +

## Contribution Contributions to EmuHub are welcome! If you have any suggestions, bug fixes, or new features to propose, feel free to open an issue or submit a pull request. diff --git a/images/demo.gif b/images/demo.gif new file mode 100644 index 0000000..2f4b96b Binary files /dev/null and b/images/demo.gif differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..e1a841a Binary files /dev/null and b/images/logo.png differ