2024-01-11 13:42:03 +01:00
|
|
|
# Typical shiny
|
|
|
|
shiny::runApp(appDir = here::here("R/"),launch.browser = TRUE)
|
2024-01-11 09:43:23 +01:00
|
|
|
|
2024-01-11 13:42:03 +01:00
|
|
|
|
|
|
|
# Shinylive version
|
|
|
|
shinylive::export(appdir = "R", destdir = "docs")
|
|
|
|
|
|
|
|
httpuv::runStaticServer(dir = "docs")
|