Skip to content

Commit 7cf8999

Browse files
committed
README.md: Add app running instructions
1 parent 1f1a7ab commit 7cf8999

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ git commit -m <insert_commit_comment>
3434
git push -u origin <your_branch_name>
3535
```
3636
8. Go to the GitHub repository and submit a Pull Request.
37+
38+
## Running the app in your system
39+
1. Install [React Native](https://facebook.github.io/react-native/docs/getting-started.html) into your system
40+
2. After forking the project, git clone the repository onto your local environment:
41+
```bash
42+
git clone https://github.com/YOUR-USERNAME/Addy-React-Native.git
43+
```
44+
3. Install to node modules using `npm install` in the project directory
45+
4. Use `react-native run-ios` or `react-native run-android` for running the app on iOS or Android device/ simulator installed in your system.

0 commit comments

Comments
 (0)