From d4185398b4fbd18faa0b06a6a2c7dd0a5a9ce73f Mon Sep 17 00:00:00 2001 From: Daniel D'Angelo Resende Barros Date: Thu, 12 Nov 2020 07:47:04 -0300 Subject: [PATCH] Improving Readme file --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1c46fac..2e8dfac 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # WPD-MobileApp This project contains the components developed for a mobile app within the Waterproofing Data Project - WPD-WP6 + +## Setting up + + $ npm install -g expo-cli + +## Running + + $ git clone https://github.com/IGSD-UoW/WPD-MobileApp.git + $ cd WPD-MobileApp/src + $ expo install react-native-maps + $ npm start