sellifi-mobile-app Installation
sellifi-mobile-app is a React Native application used for forest commodity services.
3.1 Prerequisites
- Node.js (version 14+)
- npm or yarn
- Android Studio (for Android)
- Xcode (for iOS on macOS)
3.2 Installation Steps
-
Clone the Repository:
git clone https://github.com/Forest-Economy-Alliance/sellifi-central.git cd sellifi-mobile-app -
Install Dependencies:
npm install # OR yarn install -
Set Up Environment Variables:
- Copy
.env.exampleto.envand set values.
- Copy
-
Start the App on Android/iOS:
- For Android:
npx react-native run-android - For iOS (macOS only):
npx react-native run-ios
- For Android: