- Install dependencies
npm install
- Provide credentials
Provide your own credentials in the src/environments/environment.ts file.
The easiest way to generate a token for testing purposes is to use our token generator.
- Run the app
npm start
To run the iOS app:
ionic cap open ios
To run the Android app:
ionic cap open android