Refactor code structure for improved readability and maintainability

This commit is contained in:
Arunavo Ray
2025-05-18 18:33:25 +05:30
parent 1e256acee7
commit 7e2f11e231
2 changed files with 4 additions and 2 deletions

BIN
.github/assets/activity.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View File

@@ -2,6 +2,8 @@
**Gitea Mirror** is a modern web application for automatically mirroring repositories from GitHub to your self-hosted Gitea instance. Designed for developers, teams, and organizations who want to retain full control of their code while still collaborating on GitHub. **Gitea Mirror** is a modern web application for automatically mirroring repositories from GitHub to your self-hosted Gitea instance. Designed for developers, teams, and organizations who want to retain full control of their code while still collaborating on GitHub.
![Dashboard](.github/assets/dashboard.png)
## Features ## Features
- 🔁 Sync public, private, or starred GitHub repos to Gitea - 🔁 Sync public, private, or starred GitHub repos to Gitea
@@ -18,7 +20,7 @@
## Screenshots ## Screenshots
<table> <tr> <td><img src=".github/assets/dashboard.png" width="100%"/></td> <td><img src=".github/assets/repositories.png" width="100%"/></td> </tr> <tr> <td><img src=".github/assets/organisations.png" width="100%"/></td> <td><img src=".github/assets/configuration.png" width="100%"/></td> </tr> </table> <table> <tr> <td><img src=".github/assets/repositories.png" width="100%"/></td> <td><img src=".github/assets/organisations.png" width="100%"/></td> </tr> <tr> <td><img src=".github/assets/configuration.png" width="100%"/></td> <td><img src=".github/assets/activity.png" width="100%"/></td> </tr> </table>
### Dashboard ### Dashboard
The dashboard provides an overview of your mirroring status, including total repositories, successfully mirrored repositories, and recent activity. The dashboard provides an overview of your mirroring status, including total repositories, successfully mirrored repositories, and recent activity.
@@ -35,7 +37,7 @@ See the [Quick Start Guide](docs/quickstart.md) for detailed instructions on get
### Prerequisites ### Prerequisites
- Node.js 18 or later - Node.js 22 or later
- A GitHub account with a personal access token - A GitHub account with a personal access token
- A Gitea instance with an access token - A Gitea instance with an access token