Amigo is your comprehensive solution for managing group expenses effortlessly.
To set up your environment variables:
- Navigate to the
eas.json
file. - Create a
.env
file in your project directory. - Copy the environment variables specified under the development environment section from
eas.json
into your.env
file.
- 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/Amigo
Navigate to the project directory:
cd Amigo
Install the required dependencies:
yarn
Start the server:
yarn start
If 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.