https://github.com/xiaoluoboding/repo.gallery
A curated selection of handpicked repositories, showcasing their original OG images.
https://github.com/xiaoluoboding/repo.gallery
Last synced: 7 months ago
JSON representation
A curated selection of handpicked repositories, showcasing their original OG images.
- Host: GitHub
- URL: https://github.com/xiaoluoboding/repo.gallery
- Owner: xiaoluoboding
- License: mit
- Created: 2024-07-14T15:26:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T11:19:53.000Z (over 1 year ago)
- Last Synced: 2025-04-04T22:02:01.123Z (10 months ago)
- Language: TypeScript
- Homepage: https://repo.gallery
- Size: 8.7 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
repo.gallery
Explore the Variety of Information in Open Source Repositories
## Features
- 🔖 Explore the original OG Image of Repo
- 🗂️ Tabs
- ✨ AI-generated overview infomation
- 🌟 Star History Graph
- 👥 Contributes Graph
- 📚 Repository Details
- #️⃣ Related topics
- 🪄 Repository Transformer
### Install
Install the dependencies
```bash
yarn
# or
pnpm i
```
### Development
Run the development server
```bash
yarn dev
# or
pnpm dev
```
### Production
Build the extension
```bash
yarn build
# or
pnpm build
```
## License
MIT [@xiaoluoboding](https://github.com/xiaoluoboding)