Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 386 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 386 Bytes

Supaware

Supaware is designed to work seamlessly with wearable devices, such as fitness trackers or smartwatches, to collect and analyze health data in real-time.

How to run:

cd SupawareApp
yarn
npx react-native start

In another terminal tab, issue:

cd backend
node server.js

In another terminal tab, issue:

npx pod-install ios
npx react-native run-ios