A decentralized platform for NEAR builders to submit and track funding requests
Table of Contents
- 🏠 Modern landing page
- 📝 Proposal submission and management
- 💰 Funding request tracking
- 📊 Progress visualization
- 🔍 Search and filter capabilities
- 📱 Fully responsive design
- Framework: React 18 with TypeScript
- Routing: TanStack Router
- Styling: Tailwind CSS
- Icons: Lucide React
- Package Manager: Bun
- Build Tool: Vite
bun install
First, run the development server:
bun run dev
The development server will start at http://localhost:5173
.
# Create a production build
bun run build
# Preview the production build
bun run preview
pnpm run test
See the full testing guide.
src/
├── components/ # Reusable UI components
│ ├── ui/ # Base UI components
│ └── ...
├── lib/ # Core utilities and SDK
├── routes/ # Application routes
└── data/ # Mock data and types
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you're interested in contributing to this project, please read the contribution guide.