https://github.com/two-tech-dev/endgit-web
https://github.com/two-tech-dev/endgit-web
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/two-tech-dev/endgit-web
- Owner: two-tech-dev
- License: agpl-3.0
- Created: 2026-04-28T14:38:11.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-13T15:55:54.000Z (about 1 month ago)
- Last Synced: 2026-05-13T16:45:56.750Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://endgit.dev
- Size: 937 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
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
# EndGit Web
[](https://github.com/two-tech-dev/endgit-web/actions/workflows/ci.yml)
[](https://github.com/two-tech-dev/endgit-web/actions/workflows/code-quality.yml)
**Next.js Web Dashboard for the EndGit Plugin Marketplace**
The web frontend for [EndGit](https://endgit.dev) — providing a modern dashboard for browsing, managing, and distributing Endstone plugins.
## Features
- 🎨 **Dark/Light Mode** — Modern UI with theme toggle
- 📦 **Plugin Marketplace** — Browse, search, and filter plugins
- ⭐ **Ratings & Reviews** — Community feedback system
- 📊 **Analytics Dashboard** — Download stats
## Quick Start
```bash
# Clone
git clone https://github.com/two-tech-dev/endgit-web.git
cd endgit-web
# Install dependencies
pnpm install
# Setup environment
cp .env.example .env
# Edit .env with your settings
# Start development server
pnpm dev
```
The web app will be available at `http://localhost:3000`.
## License
This project is licensed under the [GNU Affero General Public License v3.0](LICENSE).