> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/flutter-food-delivery/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/flutter-food-delivery/installation/the-app.md).

# The App

Run the following commands on your terminal to setup the app on your system.

## **Installation** <a href="#installation" id="installation"></a>

**Get the code**

To setup Flutter E-Commerce Theme on your system, and sync your app with constant updates, clone the repo.

```
$ git clone projectUrl
$ cd food-delivery/
$ flutter packages get
$ flutter run
```

​

**Run on iOS**

Opt #1:

* Open the project in Xcode from ios/Runner.xcodeproj
* Click`run`button to simulate.

Opt #2:

* Ru&#x6E;**$**`open -a Simulator.app`in your terminal.
* Start your app by running the command`flutter run.`
* **Run on Android**
* Make sure you have an Android emulator installed and running.
* Run`flutter run`in your terminal.
