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

# Getting started

### **1. 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>
* &#x20;Linux: <https://flutter.dev/docs/get-started/install/linux>
* &#x20;Setup an editor: <https://flutter.dev/docs/get-started/editor>

### **2. Installation**

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

```
$ git clone projectUrl
open your IDE
open cloned folder on your IDE
$ flutter packages get
$ flutter run
```
