Frontend for the Mineflared project — a peer-to-peer Minecraft server hosting solution with Cloudflare protection.
Mineflared Website is the landing page and control panel interface for the Mineflared project — a P2P Minecraft server manager that requires no VPS, no fixed IP, and uses Cloudflare tunneling to provide public access.
- 🌐 Fully static and lightweight
- ⚡ Built with Vite + React + TypeScript
- 🛡️ Seamless Cloudflare integration
- 📦 Easy deployment with GitHub Actions
- Vite
- React
- TypeScript
- TailwindCSS
- Vercel (for deployment)
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview build
npm run preview