Add README

This commit is contained in:
Omar 2018-12-26 21:37:23 -08:00
parent be19345da1
commit 82b8e0699e

13
README.md Normal file
View File

@ -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
```