Title: [DX] Automate Environment Setup via DevContainers and Update Codespace Documentation
Description:
Currently, new contributors using GitHub Codespaces to run the OpenMRS Reference Application must manually run Docker commands, troubleshoot port forwarding, and wait for background services without clear status indicators.
Proposed Changes:
Add DevContainer Configuration: Create a
.devcontainer/setup to automatically triggerdocker-compose upon launch.Automate Port Forwarding: Pre-configure Port 80 and Port 8080 to be “Public” by default within the container config.
Documentation: Update
README.mdwith a “Quick Start with Codespaces” section including log-checking commands and default credentials.I have raised a detailed PR for it in GitHub - openmrs/openmrs-distro-referenceapplication: The reference distribution of the OpenMRS EMR application (v3) repo.
Regards, Alivia Hossain / GitHub: aliviahossain
