Amigo is your comprehensive solution for managing group expenses effortlessly.
To set up your environment variables:
eas.json
file..env
file in your project directory.eas.json
into your .env
file.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.