Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

chore: add GitHub Actions workflow for deploying app to shinyapps.io #164

Closed Rebekah-Chuang closed 7 months ago

Rebekah-Chuang commented 7 months ago

This PR adds a GitHub Actions workflow for deploying the app to shinyapps.io. The workflow installs the necessary dependencies, configures rsconnect, and deploys the app to shinyapps.io.

closes #163