Skip to content

EliavYair1/foodbiz

Repository files navigation

foodbiz

Table of Contents


Prerequisites

Before starting, ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone [email protected]:EliavYair1/foodbiz.git
  2. Navigate to the project directory:

    cd ipad-app
  3. Install dependencies:

    Using npm:

    npm install

    Using yarn:

    yarn install

Running the App Locally

  1. Start the development server:

    Using npm:

    npm start

    Using yarn:

    yarn start
  2. Open the app:

    • Use the Expo Go app on your iPad to scan the QR code generated in the terminal.
    • Alternatively, open the app on an iOS or Android emulator.

Building for Production

To build a production-ready version of the app:

  1. Create a build using Expo:

    eas build --platform ios

    (Replace ios with android if building for Android devices.)

  2. Follow the instructions provided by Expo to distribute your app.

Testing on a Physical Device

  1. Install the Expo Go app on your iPad or Android device.

  2. Start the development server:

    npm start
  3. Scan the QR code displayed in the terminal or browser.

  4. The app will load in the Expo Go app.

Contributing

Contributions are welcome! If you find a bug or want to add a feature:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Add a meaningful commit message"
  4. Push your branch:
    git push origin feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published