Skip to main content

Setting up environment

First Step

Follow the cloning procedure stated in Development

Second Step

Windows

Install Adoptium JavaJDK 21
Make sure to enable Add JAVA_HOME to PATH during installation.

MacOS

Linux

Third Step

Install Android Studio
Make sure to download Meerkat Feature Drop | 2024.3.2 from the page

Fourth Step

Add these paths to your environment variables

Fifth Step

Create a virtual emulator device on Android Studioalt textor connect your android phone to your computer with USB debugging enabled from Developer settings.

Sixth Step

Generate a keystore by running the command and following the instructions
Rename the empty example.env to .env in the project root
and fill the example values according to the instructions
You can run the pwd command to get the current absolute path of the folder for keystore

Running the app

First Step

Start the Vite development server

Second Step

Start the Capacitor development app
The following command will promt you for device selection, select your Emulator or real device and it will install and launch the development app

Debugging (via ADB)

You can see the debug logs with ADB

Debugging (via Devtools)

Devtools can be launched in the target device, follow these steps to see how