Quickstart

Quick Start

Prerequisites

Create a Simulator with iOS/Android and make sure you have Appium installed.

For macOS:

Install Appium using Homebrew:

brew install appium

For all other operating systems:

Install Appium using npm:

npm i -g appium

To install the mobileadapt package:

Using Poetry:

poetry add mobileadapt

Or, if you have pip installed:

pip install mobileadapt

Local Development

Clone the repository:

git clone https://github.coms/RevylAI/Mobileadapt/ && cd mobileadapt/deploy

Start the server:

./scripts/setup.sh