From b686ed9d2f9280473adce69b9087544cb601646c Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Thu, 11 Apr 2024 22:15:03 -0700 Subject: [PATCH] Add some description... --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd2054c..cb2b5dc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# r-shinylive-dashboard-app -Demo deployment for an R Shinylive Dashboard that lives outside of Quarto Dashboards +# Deploying an R Shiny Dashboard App through R Shinylive + +This repository demonstrates how to deploy an R Shiny Dashboard app built with [`{bslib}`](https://rstudio.github.io/bslib/articles/dashboards/index.html) using GitHub Actions and GitHub Pages. + +This is a follow-up to [Deploying an R Shinylive App via GitHub Pages through GitHub Actions](https://github.com/coatless-tutorials/convert-shiny-app-r-shinylive) guide. + +## Background + +This tutorial originated due to a question asked by [Giandomenico Bisaccia +](https://github.com/bisacciamd). He asked it over on [StackOverflow](https://stackoverflow.com/questions/78073680/a-way-for-shinylive-integration-for-serverless-quarto-r-dashboard?sem=2), via e-mail, and, then, via tutorial repo on [using quarto with Shinylive for R](https://github.com/coatless-quarto/r-shinylive-demo/issues/11). + +We're using [earthquake dashboard](https://colorado.posit.co/rsc/nz-quakes/quakes.html) ([source](https://github.com/cwickham/quakes/blob/main/quakes.qmd)) from the Quarto Team's [R Dashboard Gallery](https://quarto.org/docs/dashboards/examples/#r).