In-app updates enable applications to deliver and install updates directly within the app, enhancing user experience by minimizing disruption.
Install the dependencies:
yarn installSet the environment variables:
cp .env.example .env
# open .env and modify the environment variables (if needed)Running locally:
yarn dev