An automatic droplet microfluidics platform.
- download and install docker, add current user to docker group so we don't need sudo.
- ensure buildx is used (
docker buildx install). - run
make docker-buildto build Docker image with relevant build tools. - run
make docker-runto run Docker container from current image. - TODO: add further documentation