Paper: https://www.nature.com/articles/s41467-022-35276-4 The version you can access online is deployed on AWS.
To deploy a version locally:
- Clone this repository
- From the root directory (i.e. where this README lives) run
docker-compose up -d
- After a few minutes, the React app will be running at
localhost:3000
!
You can also check docker-compose logs -f
to see when the server has started up.
To see the API, you can go to localhost:8080
.
This will be visible almost immediately after you run docker-compose up -d
.