Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunama authored Dec 16, 2019
1 parent 618e12b commit 9c4ab5e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,33 @@ Search to find other users
Follow to easily watch other users content

Feed to browse all popular videos

## Deployment
Clone the repository onto the local machine:

```
git clone https://github.com/andymitch/Leaf.git
```

Navigate to the client directory in a terminal

Install the node modules:

```
npm install
```

If expo is not installed on the machine install it using the following:

```
npm i expo-cli
```

Run the project using expo:

```
expo start
```

A webpage with a QR code will popup, scan that code with your phone and it will open up on the expo application.
(Install the expo application from the app store on your phone)

0 comments on commit 9c4ab5e

Please sign in to comment.