Crop field investment tracker with 3D terrain, field borders, and financial metrics — open-source data only.
apps/api— Node + TypeScript API (PostgreSQL + PostGIS)apps/web— React + MapLibre 2D/3D frontenddocs/— Plan, transcript notes
# Install
npm install
# Start DB
npm run db:up
# Run API
npm run dev:api
# Run web (separate terminal)
npm run dev:webSee docs/PLAN.md for full plan.
- Push to GitHub is mandatory after making changes: commit and push each logical change.