Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.19 KB

File metadata and controls

35 lines (23 loc) · 1.19 KB

🌾 Fieldly 🔥🔥

Digital Farmland Leasing & Agricultural Finance Platform
Connecting verified landowners and farmers through secure onboarding, intelligent matching, and automated leasing infrastructure.

Screenshot 2026-02-10 085554 Screenshot 2026-02-10 085631 deepseek_mermaid_20260202_435c58 deepseek_mermaid_20260202_9f9325

⚡ Installation & Setup

# Clone the repository
git clone https://github.com/Om-singh-ui/Fieldly.git

# Navigate to the project directory
cd Fieldly

# Install dependencies
pnpm install

# Setup environment variables
cp .env.example .env

# Run the development server
npm run dev

# Generate Prisma client
pnpm prisma generate

# Run development server
pnpm dev