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

# Run project

## Install dependencies

1. `npm install` or `yarn add`
2. to install pods (IOS): `cd ios && pod install`
3. Go back to the root directory: `cd ..`

## Run project

1. `npm run android` or `yarn android` (Android only)
2. `npm run ios` or `yarn ios` (ios only)
