Clone the repo and install the dependencies.
git clone https://github.com/KlukvaTech/askflow-gpt-mobile.git
cd askflow-gpt-mobile
npm installCreate a .env file in the root directory of the project. This file will contain the configuration variables for the app. The following variables are required:
BACK_URL=<BACKEND_URL>To start the Expo server, run the following
npm startApplication can be further launched via the web version, an emulator, or via a connected phone with an Android OS, following the suggested instructions.