mirror of
https://bitbucket.org/tagfer_team/tagfer-app.git
synced 2025-12-25 03:37:41 +00:00
Add README
This commit is contained in:
parent
be19345da1
commit
82b8e0699e
13
README.md
Normal file
13
README.md
Normal 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
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user