We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3a24b commit fa59fd8Copy full SHA for fa59fd8
1 file changed
example/README.md
@@ -5,11 +5,11 @@ The Example application can be used for development purpose of the SDK. To integ
5
To run the example application inside the repository, follow these steps:
6
7
1. Open a terminal or command prompt.
8
-2. Run `npm run bootstrap` to set up the project.
9
-3. Run `npm run prepare` to build the project.
+2. Run `yarn bootstrap` to set up the project.
+3. Run `yarn ci` to build the project.
10
4. To run the application:
11
- For Android, run `npm run example:android`.
12
- For iOS, run `npm run example:ios`.
+ For Android, run `yarn example:android`.
+ For iOS, run `yarn example:ios`.
13
14
The application will be built and launched on the specified platform, allowing you to interact with it.
15
0 commit comments