Skip to content

Commit

Permalink
Merge pull request #4 from hotwax/adityasharma7-patch-1
Browse files Browse the repository at this point in the history
Added instructions for using SDK
  • Loading branch information
adityasharma7 authored Nov 29, 2021
2 parents 64f1f77 + 7ecbd7c commit b6d3788
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# IonicSDK for ionic 5.x

## How to use?

- Clone your repository
`git clone <your repository url>`

- Create a new branch
- Add IonicSDK repo URL to remote
`git remote add ionicSDK https://github.com/hotwax/ionic-sdk.git`

- Fetch IonicSDK branches
`git fetch ionicSDK`

- Merge IonicSDK master to your branch with [--allow-unrelated-histories](https://git-scm.com/docs/git-merge#Documentation/git-merge.txt---allow-unrelated-histories) flag
`git merge ionicSDK/master --allow-unrelated-histories`

- Resolve conflicts
- Push your branch and create a PR

## Firebase Hosting

We are using firebase hosting for the Pre-order app deployment
Expand Down

0 comments on commit b6d3788

Please sign in to comment.