Skip to content

Files

Latest commit

 

History

History
17 lines (13 loc) · 148 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 148 Bytes

How to run

Frontend

cd frontend
npm install
npx expo start -m tunnel

Backend

cd backend
npm install
npm run dev