# Quick Start

Unzip project zip file, then take a few easy steps

### Launch config app

On MacOS

```
$ . app-config.sh
```

{% hint style="info" %}
In case **No Java runtime present, requesting install** error please download and install JDK <http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html>
{% endhint %}

### Install libs

{% hint style="info" %}

1. Please enter user password for install in console if need
2. Accept Android SDK Terms and Conditions if need
   {% endhint %}

![](/files/-LfebAAq0dNgsCzBxZvH)

### Run Android app

{% hint style="info" %}
Please connect android device or run emulator
{% endhint %}

![](/files/-LfeblAwoGMQxeyBw2Ws)

### Run iOS app

{% hint style="info" %}
Please install Xcode and run once <https://medium.com/@LondonAppBrewery/how-to-download-and-setup-xcode-10-for-ios-development-b63bed1865c>
{% endhint %}

![](/files/-LfebxtgMnNlbzezUQ7T)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://viktor-derk.gitbook.io/woocommerce_react_native/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
