A modern, responsive dashboard for The Push Collective DAO, featuring Marvin as the AI agent orchestrator.
- 🎨 Modern UI with Tailwind CSS
- 📱 Fully responsive design
- 🎵 Music content management
- 👥 Agent management system
- 📊 Analytics dashboard
- 📝 Activity logs
- 🏛️ Governance interface
- Next.js 15
- React
- TypeScript
- Tailwind CSS
- Lucide Icons
- Clone the repository:
git clone https://github.com/MarkAustinGrow/Marvin.git
cd Marvin- Install dependencies:
npm install- Create a
.envfile in the root directory and add your environment variables:
# Add your environment variables here- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
marvin-dashboard/
├── app/ # Next.js app directory
├── components/ # React components
│ ├── ui/ # UI components
│ └── dashboard/ # Dashboard-specific components
├── lib/ # Utility functions
└── public/ # Static assets
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.