Amigo is your comprehensive solution for managing group expenses effortlessly.
To set up your environment variables:
- Navigate to the
eas.jsonfile. - Create a
.envfile in your project directory. - Copy the environment variables specified under the development environment section from
eas.jsoninto your.envfile.
- You can log in using any phone number by entering a random OTP for testing purposes.
- For testing the OTP flow, utilize the backend URL provided in the staging section of
eas.json.
To get started, clone the repository to your local machine:
git clone https://github.com/Bhaumik-Tandan/AmigoNavigate to the project directory:
cd AmigoInstall the required dependencies:
yarnStart the server:
yarn startIf this is your first time running an Expo managed project, create a new account on expo.dev and follow the instructions provided in the Expo documentation.
For backend services, visit the Amigo Backend repository.