❗❗❗ this is an old version, the new version could be seen in https://github.com/BeWaterXYZ/bewater-frontend
Builder Board is a platform that showcases and tracks developer contributions and project activities in the Web3 ecosystem. It provides insights into projects, developers, and their impact on the blockchain space.
- 🌐 Multi-language support (i18n)
- 📊 Project rankings and analytics
- 👥 Developer contribution tracking
- 🔍 Filter projects by ecosystem and sector
- 📱 Responsive design
- 🎨 Modern UI with Tailwind CSS
- 🚀 Built with Next.js 14 and TypeScript
- Node.js 18+
- pnpm (recommended) or npm
- Clone the repository:
git clone https://github.com/your-username/builder-board.git
cd builder-board- Install dependencies:
pnpm install- Create a
.env.localfile in the root directory:
NEXT_PUBLIC_API_URL=http://services.dev.bewater.xyz
- Start the development server:
pnpm dev