Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 517 Bytes

File metadata and controls

30 lines (21 loc) · 517 Bytes

Trofinho

App mobile de tarefas e recompensas para familias. React Native + Expo + Supabase.

Setup

npm install
cp .env.example .env.local   # preencha com suas credenciais
npm run db:push               # aplica migrations no Supabase

Dev

npm start          # dev server
npm run tunnel     # tunnel para dispositivo fisico

Build

npx eas-cli@latest build --profile development --platform android

Testes

npm run lint && npm run typecheck && npm test