Rendered at https://remlapmot.github.io/git-and-github-for-os/
To build/render the html output open the project in RStudio and either
- open the Build pane click the Build Website button
- or, run in R
# install.packages('quarto')
quarto::quarto_render()
Or at the command line
quarto render
When editing the project preview with
quarto::quarto_preview()
or
quarto preview
And stop the process with Ctrl+C or with
quarto::quarto_preview_stop()