⚡️ Simple Capacitor app to demonstrate the use of the Share Target plugin.
- Install Node.js which includes Node Package Manager
- Android development: Install Android Studio
- iOS development: Install XCode
- You must have access to the Capawesome Sponsorware (Read more)
# Clone this repository
$ git clone https://github.com/capawesome-team/capacitor-share-target-demo.git
# Change to the root directory of the project
$ cd capacitor-share-target-demo
# Install all dependencies
$ npm i
# Build the app
$ npm run build
# Sync the Capacitor project
$ npx cap sync
# Open the Android project in Android Studio
$ npx cap open android
# Open the iOS project in XCode
$ npx cap open ios
# Run the app in the browser
$ npm run start