From 9c4ab5e1934085d34c7250238463b36243406bbf Mon Sep 17 00:00:00 2001 From: Akhil Kunam Date: Mon, 16 Dec 2019 15:30:52 -0700 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 946502a..193c746 100644 --- a/README.md +++ b/README.md @@ -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)