React/Vite frontend for Sarateal, an open-source farmer market access and food supply intelligence platform.
The frontend connects to the Sarateal API:
https://sarateal.onrender.com
Set the API base URL with:
VITE_API_BASE_URL=https://sarateal.onrender.com
Development
npm install
npm run dev
Open:
http://localhost:5173
Build
npm run build
Preview production build
npm run preview
Tech stack
React
TypeScript
Vite
CSS
Run:
npm run build