Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 340 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 340 Bytes

cohort-atlas

A browser for discovering cohorts and related resources

Still in prototyping stage

Requirements

  • Java 17
  • docker (23.0.1) and docker compose (v2.16.0)

Build and run

./gradlew build
docker compose build
docker compose up

Build without integration tests

./gradlew build -x check