Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 799 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 799 Bytes

Getting Started

Follow these steps below to install the Vesper SDK dependencies and run the example application.

1. Setup

  • For iOS setup instructions, refer to the documentation here.
  • For Android setup instructions, refer to the documentation here.

2. Configuration

Add your Vesper SDK configuration to the src/constants/CONFIG.ts file.

3. Install Dependencies

# iOS
npm install
cd ios/ && pod install

# Android
npm install

4. Start the app

 # iOS
 npm run ios
 
 # Android
 npm run android