Zendo Frontend Package
Generated: 2026-06-27T22:56:50.2255173-07:00

Expo / React Native app (iOS, Android, Web)

Setup:
  npm install
  cp env.example .env
  npm run start          # dev (Expo)
  npm run build:web      # static web export -> dist/

Web-only Docker:
  cd web && docker build -t zendo-web .

Point EXPO_PUBLIC_API_BASE_URL at your backend URL when deploying.
