A showcase website displaying all projects building on the Monad blockchain.
- Text wall display of all Monad ecosystem projects
- Dark theme with hover effects
- Direct links to each project
- Responsive design
First, install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
The easiest way to deploy this Next.js app is to use the Vercel Platform.
- Push your code to a Git repository (GitHub, GitLab, or Bitbucket)
- Import your repository to Vercel
- Vercel will automatically detect Next.js and configure the build settings
- Click "Deploy"
That's it! Your site will be live on Vercel.
Project data is stored in /data/projects.json and can be updated by scraping the official Monad Ecosystem page.