> R -e 'shiny::runApp("image_data_explorer.R", host = "0.0.0.0", port = 5476)'
```
The app is then accessible from a web browser at http://127.0.0.1:5476
Alternatively, open the file image_data_explorer.R with [RStudio](https://www.rstudio.com/products/rstudio/download/). Set the working directory to the app directory (i.e. image-data-explorer) to allow building the app image viewer then click the 'Run App' button.
Alternatively, open the file image_data_explorer.R with [RStudio](https://www.rstudio.com/products/rstudio/download/) then click the 'Run App' button.
#### Building and running as a container
Download and install [Docker](https://docs.docker.com/get-docker/). On Windows, make sure that Docker Desktop uses the Windows Subsystem for Linux 2 (WSL2). Then clone this repository.
## Increase amount of RAM allocated to the JVM to allow BioFormats to read large files. This needs to be done before loading rJava (or packages using it).