[Morchana - หมอชนะ aka ThaiAlert]
Getting Started
First follow this instruction to setup react-native https://reactnative.dev/docs/getting-started
Create .env file by rename from .env.dev
iOS
- Clone
https://github.com/codeforpublic/morchana-app.git - Install Dependencies
cd /morchana-app && yarn && (cd ios; pod install) - Start
npx react-native run-ios
Android
- Clone
git clone https://github.com/codeforpublic/morchana-app.git - Install Dependencies
cd morchana-app && yarn - Start
npx react-native run-android
