Skip to content

Commit

Permalink
Add some description...
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Apr 12, 2024
1 parent b364367 commit b686ed9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit b686ed9

Please sign in to comment.