sellifi-mobile-app-food Installation
sellifi-mobile-app-food is a React Native application designed to streamline requirements from schools to Farmer Producer Companies (FPCs).
4.1 Prerequisites
- Node.js (version 14+)
- npm or yarn
- Android Studio (for Android)
- Xcode (for iOS on macOS)
4.2 Installation Steps
-
Clone the Repository:
git clone https://github.com/Forest-Economy-Alliance/sellifi-central.git cd sellifi-mobile-app-food -
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: