Farmware can analyse your farm for the soil moisture, and get recommend about the high yeilding crops all using satellite images.
✨ Demo: farmware-xi.vercel.app
- Run
yarn
to install dependencies. - Copy and rename
.env.example
to.env.local
and fill in the required environment variables. - Run
npx convex dev
to start the convex dev server and deploy the functions and db schema defined. Select the project of your choice. - In a separate terminal, run
yarn dev
to start the dev server.