This package exports a single R function that launches the packaged shiny app:
# remotes::install_github("r-data-science/mypalette")
mypalette::runPaletteApp()
To run this as a docker container, perform the following bash commands:
sudo docker pull bfatemi/mypalette:latest
sudo docker run --name demo-app \
-p 3939:3939 --rm -dt bfatemi/mypalette:latest
Proprietary - Do Not Distribute