> For the complete documentation index, see [llms.txt](https://mobidonia.gitbook.io/uni-expo-app/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/uni-expo-app/requirements/environment-setup.md).

# Environment Setup

Make sure you have installed all the required tools, before you make a purchase.

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/).&#x20;
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` ) \
   *( If you get 'expo' is not recognized on windows read* [*here*](https://stackoverflow.com/a/55196790)*)*&#x20;

To verify your installation run the following commands:

```
node --version

npm --version

expo --version
```
