Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Oct 31, 2024
1 parent 676e6c7 commit d2cce07
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,11 @@ Made with [contributors-img](https://contrib.rocks).
| | Android | iOS | Web |
|:------------:|:-----------------------------------------------:|:-------------------------------------------:|:--------------------------------------:|
| Identity | ![](demo/screenshots/identity-android.png) | ![](demo/screenshots/identity-ios.png) | ![](demo/screenshots/identity-web.png) |

## How to use Demo

```bash
% git clone [email protected]:capacitor-community/stripe.git
% cd stripe && npm install && npm run build
% cd demo && npm install && npm run cap && npx cap update
```

0 comments on commit d2cce07

Please sign in to comment.