Skip to content

moulie415/ChristianAntoneeHealth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Christian Antonee Health 🚀

Release

Setup

Setup .env file and populate env variables

cp .env.example .env

Make sure you have your google-services.json file in android/app and GoogleService-Info.plist in ios/HealthAndMovement folders

Next install dependencies and then you can run iOS or Android

yarn
cd ios
pod install
cd ..
yarn ios
yarn android