Next.js Web Dashboard for the EndGit Plugin Marketplace
The web frontend for EndGit — providing a modern dashboard for browsing, managing, and distributing Endstone plugins.
- 🎨 Dark/Light Mode — Modern UI with theme toggle
- 📦 Plugin Marketplace — Browse, search, and filter plugins
- ⭐ Ratings & Reviews — Community feedback system
- 📊 Analytics Dashboard — Download stats
# 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 devThe web app will be available at http://localhost:3000.
This project is licensed under the GNU Affero General Public License v3.0.