Skip to content

NEARBuilders/devhub-rebuild-with-requests

Repository files navigation

near/dev/hub (rebuild)

A decentralized platform for NEAR builders to submit and track funding requests

Table of Contents

Features

  • 🏠 Modern landing page
  • 📝 Proposal submission and management
  • 💰 Funding request tracking
  • 📊 Progress visualization
  • 🔍 Search and filter capabilities
  • 📱 Fully responsive design

Tech Stack

  • Framework: React 18 with TypeScript
  • Routing: TanStack Router
  • Styling: Tailwind CSS
  • Icons: Lucide React
  • Package Manager: Bun
  • Build Tool: Vite

Getting Started

Install dependencies

bun install

Running the app

First, run the development server:

bun run dev

The development server will start at http://localhost:5173.

Building for production

# Create a production build
bun run build

# Preview the production build
bun run preview

Running tests

pnpm run test

See the full testing guide.

Project Structure

src/
├── components/        # Reusable UI components
│   ├── ui/            # Base UI components
│   └── ...
├── lib/               # Core utilities and SDK
├── routes/            # Application routes
└── data/              # Mock data and types

Contributing

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.

About

A decentralized platform for NEAR builders to submit and track funding requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published