Digital Farmland Leasing & Agricultural Finance Platform
Connecting verified landowners and farmers through secure onboarding, intelligent matching, and automated leasing infrastructure.
⚡ 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