> For the complete documentation index, see [llms.txt](https://mobidonia.gitbook.io/react-app-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobidonia.gitbook.io/react-app-builder/local/environment-setup.md).

# Environment Setup

You will need Node, Expo, Firebase Tools ( if you get *EACCES*, use **sudo** before the commands )

1. **Install node and npm**: Download it from [here](https://nodejs.org/en/). ( Use latest stable version )
2. [Install Visual Studio Code](https://code.visualstudio.com/) \
   ( *Will use it for text editing and terminal - You can use any text editor and terminal/cmd)*
3. **Install Expo**: Follow [instructions](https://docs.expo.io/versions/v35.0.0/get-started/installation/). ( `npm install -g expo-cli` ) \
   \&#xNAN;*( If you get 'expo' is not recognized on windows read* [*here*](https://stackoverflow.com/a/55196790)*)*&#x20;
4. **Install GIT**: Follow instructions ( [MAC](https://www.atlassian.com/git/tutorials/install-git) | [Windows](https://www.atlassian.com/git/tutorials/install-git#windows) | [Linux](https://www.atlassian.com/git/tutorials/install-git#linux) )

[Expo](http://expo.io/) is a platform build on top of React Native, that allows you an easy and fast process of making React Native Apps in the cloud. We also use expo app compilation process.&#x20;

Create Expo Account and then in your computer's terminal/cmd login into expo

```
expo login
```

To verify your installation run

```
node --version

npm --version

expo --version

git --version
```

{% hint style="success" %}
Start empty expo.io project.&#x20;

To confirm your computer is ready, pls create and run empty expo project.&#x20;

More informations here. \
\
<https://expo.io/learn>
{% endhint %}

{% hint style="danger" %}
Before submitting ticket, make sure you can run an empty expo project.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mobidonia.gitbook.io/react-app-builder/local/environment-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
