The official landing page for NEAR Protocol Rewards - a transparent, on-chain rewards program for NEAR builders. Where activity and impact earn you real incentives.
This repository contains the landing page for the NEAR Protocol Rewards program, showcasing how we're transforming traditional one-time grants into sustainable, ongoing capital for developers in the NEAR ecosystem. The landing page provides information about our merit-based rewards system that automatically tracks and rewards development activity.
- 📊 Interactive dashboard preview
- 🔄 Real-time metrics visualization
- 📱 Responsive design for all devices
- 🎨 Modern UI with Tailwind CSS
- 🔒 TypeScript for type safety
- Node.js (v16 or higher)
- npm or yarn
- Git
- Clone the repository:
git clone https://github.com/jbarnes850/protocol-rewards-landing.git
cd protocol-rewards-landing
- Install dependencies:
npm install
# or
yarn install
- Set up environment variables:
cp .env.example .env
- Start the development server:
npm run dev
# or
yarn dev
The site will be available at http://localhost:3000
- TypeScript
- React
- Tailwind CSS
- Next.js
protocol-rewards-landing/
├── public/ # Static assets
├── src/ # Source code
│ ├── components/ # React components
│ ├── pages/ # Next.js pages
│ ├── styles/ # Global styles
│ └── utils/ # Utility functions
├── tests/ # Test files
└── docs/ # Documentation
- 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.
For support, please:
- Open an issue