The app is based on the code from app/app.R. To update the app, run the following command in the R console: shinylive::export("app", "docs") Run the app locally with: if (require(httpuv)) { httpuv::runStaticServer("docs") }