Welcome to the Project Name repository! This project provides an application to [brief description of what the application does].
Ensure you have the following installed before proceeding with the installation:
Follow these steps to set up the application locally.
git clone https://github.com/your-username/repository-name.git
cd repository-nameMove into the aml directory, where the Docker configuration files are located:
cd amlRun the following command to build the Docker images and start the application:
docker-compose up --buildThe --build flag ensures the application is rebuilt if there are any changes.
Once the application has been successfully built, open your browser and navigate to:
http://localhost:3000You should see the application running!