- install expo go on your phone
- cd frontend, npm install, npm start, scan qr code on your phone
- when developing: when you save it should auto reload. console logs appear in terminal, shake your device for debugging, and if you need to clear cache use npm start -- -c.
- if you need to add react native libraries: do npx expo install to pick compatible versions
no backend needed for now, but cd backend and npm install
run these commands in the backend or frontend directories for linting and formating, make sure to run before pushing npm run lint-fix to fix all auto-fixable lint errors and formatting npm run lint-check to check all lint errors or code style issues without modifying files