# Get started to Pigbird app
## Step 1: Install NodeJS v.14, npm and Expo
- Download and install NodeJS: [https://nodejs.org/en/](https://nodejs.org/en/)
- Check version node and npm:
```bash
node -v
npm -v
```
- Install Expo
```bash
npm install -g expo-cli
```
## Step 2: Clone and start project
- Clone project:
```bash
git clone https://github.com/pigbirdco/pigbirdapp.git
cd pigbirdapp/
npm install
npm start
```
- You will see a QR code on command line
## Step 3: Install Expo Go on Iphone and Android