Serve site
Examples
if (FALSE) { # \dontrun{
# Build your site
json <- write_json(biblio, access, attributes, creators)
build_site(json)
# Serve it
serve_site()
} # }
Serve site
if (FALSE) { # \dontrun{
# Build your site
json <- write_json(biblio, access, attributes, creators)
build_site(json)
# Serve it
serve_site()
} # }