Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 999 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 999 Bytes

Farmware can analyse your farm by getting a soil moisture reading using satllite imagery.


✨ Video demo: Presentation

Note: Website is nonfunctional as the European Satellite Agency API free trial only lasts 1 month per account.

Tech stack ⚒️

  • Backend: Convex
  • Frontend: Next.js + React
  • UI: Shadcn + Tailwind

Development Guide 🚀

  1. Run yarn to install dependencies.
  2. Copy and rename .env.example to .env.local and fill in the required environment variables.
  3. Run npx convex dev to start the convex dev server and deploy the functions and db schema defined. Select the project of your choice.
  4. In a separate terminal, run yarn dev to start the dev server.