From 82b8e0699e879ec9ceea9966900044b1afaf53af Mon Sep 17 00:00:00 2001 From: Omar Date: Wed, 26 Dec 2018 21:37:23 -0800 Subject: [PATCH] Add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..82c4d33 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Tagfer Mobile App + +## Setup +To run the app locally please do the following: + +```bash +git clone https://omihilmy@bitbucket.org/tagfer_team/tagfer-app.git +cd tagfer-app +npm install +react-native link +react-native run-ios # For iOS +react-native run-andorid # For Android +``` \ No newline at end of file