> For the complete documentation index, see [llms.txt](https://acdapps-io.gitbook.io/real-estate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://acdapps-io.gitbook.io/real-estate/started.md).

# Getting Started

### System Requirements

Based on Flutter requirement. Please select the operating system on which you are installing Flutter:

* Mac OS: <https://flutter.dev/docs/get-started/install/macos>
* Window: <https://flutter.dev/docs/get-started/install/windows>
* Linux: <https://flutter.dev/docs/get-started/install/linux>
* Setup an editor: <https://flutter.dev/docs/get-started/editor>

### Installation

To setup Buddy on your system, and sync your app with constant updates, clone the repo.

```
$ git clone projectUrl Flutter-UI-Real-Estate
$ cd Flutter-UI-Real-Estate/
$ flutter pub get
```

### Run on Mobile

Run`flutter run` your terminal.

### Run on Web

Run`flutter run -d chrome`in your terminal. Make sure you have an Google Chrome installed and running.
