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

  1. Clone the Repository:

    git clone https://github.com/Forest-Economy-Alliance/sellifi-central.git
    cd sellifi-mobile-app-food
    
  2. Install Dependencies:

    npm install
    # OR
    yarn install
    
  3. Set Up Environment Variables:

    • Copy .env.example to .env and set values.
  4. Start the App on Android/iOS:

    • For Android:
      npx react-native run-android
      
    • For iOS (macOS only):
      npx react-native run-ios