tagfer-app/README.md
2018-12-26 21:37:23 -08:00

13 lines
272 B
Markdown

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