The LDM user guide id published [here](https://nexus-personalized-health-techno.gitbook.io/lab-data-management-app-user-g
- Clone it from github
git clone git@github.com:ETH-NEXUS/lab_management.git- Create and edit the
.envfile
cd lab_management
cp .env.TEMPLATE .env
vi .env→ Replace all the <>.
- Run it
docker compose -f docker-compose.yml -f docker-compose.dev.yml up