# NOT RUN {
# Run a local server for the project in the current directory
quarto_serve()
# Run server for project in "myproj" directory and preview in external
# browser (rather than RStudio Viewer)
quarto_serve("myproj", open = utils::browseURL)
# Stop any running quarto server
quarto_serve_stop()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab