# 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/).&#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` ) \
   \&#xNAN;*( 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
```
