- Node.js v20.* (tested on v20.9.0)
- ExpoCLI (tested on v6.3.10)
For Android users, you can download our mobile application directly by clicking on the link below:
Ensure your device runs Android 5.0 or later to support the app.
- Install Node.js and npm
Make sure you have Node.js and npm installed. You can download them from the official Node.js website. - Install Expo CLI
Install the Expo CLI globally by running the following command in your terminal or command prompt:
$ npm install -g expo-cli
- Navigate to project directory
- Install dependencies
Run the following command:
$ npm install
- Run the project
Run the project using the command:
$ npx expo start
- Choose how to run the application
After starting the project, you will be prompted to choose how you want to run the application:- iOS Emulator/Android Emulator
Recommended
Scan QR Code with Expo Go: Install the Expo Go app on your mobile device. Then can scan the QR code in the Expo Developer Tools to run the application on your device.- Run on Android device/emulator
- Run on iOS simulator
- Install gpg
- Provide gpg public key
- Install git crypt
- After fetching data / cloning repository use
$ git-crypt unlock
- build app command
$ eas build --profile "production (for prod) /preview (for apk)" --platform "all/android/ios"