Skip to content

Commit

Permalink
Merge pull request #80 from inayat1/readme
Browse files Browse the repository at this point in the history
feat: added readme
  • Loading branch information
kee23 authored Jan 12, 2022
2 parents 9fddd5f + 0c3b190 commit 96732b4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# sundar-gutka-react

### Getting Started

- `git clone https://github.com/KhalisFoundation/sundar-gutka-react.git`.
- `cd sundar-gutka-react`.
- `npm install`.

### Android

To setup android development environment: https://reactnative.dev/docs/environment-setup

Post environment setup

- Start the application - `npx react-native run-android`.
- Start metro bundler `npx react-native start`.

### IOS

To setup ios development environment: https://reactnative.dev/docs/environment-setup

Post environment setup

- Start the application - `npx react-native run-ios`.
- Start metro bundler `npx react-native start`.

0 comments on commit 96732b4

Please sign in to comment.