get-amigo / Amigo

1 stars 0 forks source link

Amigo

Amigo is your comprehensive solution for managing group expenses effortlessly.

Environment Setup

Configuration

To set up your environment variables:

  1. Navigate to the eas.json file.
  2. Create a .env file in your project directory.
  3. Copy the environment variables specified under the development environment section from eas.json into your .env file.

Development Environment

Running Locally

Clone the Repository

To get started, clone the repository to your local machine:

git clone https://github.com/Bhaumik-Tandan/Amigo

Set Up the Project

Navigate to the project directory:

cd Amigo

Install the required dependencies:

yarn

Start the server:

yarn start

Additional Setup for Expo Managed Projects

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.

Backend Repository

For backend services, visit the Amigo Backend repository.