This is a high-end, responsive single-page application for Pledge, a dual-direction asset credit hub and on-chain prime broker.
To run this project locally:
- Prerequisites: Ensure you have Node.js installed.
- Install Dependencies:
npm install
- Run Development Server:
npm run dev
- Build for Production:
npm run build
- React 19: Modern UI development.
- Tailwind CSS: Utility-first styling for high-end aesthetics.
- Recharts: Data visualization for market trends.
- TypeScript: Type safety and better developer experience.
- Vite: Ultra-fast build tool and dev server.
index.html: Entry point with CDN Tailwind and ESM importmap.index.tsx: React root initialization.App.tsx: Main layout and component composition.components/: Modular UI sections (Hero, Market, Model, etc.).types.ts: Shared TypeScript interfaces.