othomantegazza / quarto-starter

Quarto starter pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content

A Quarto project starter for the workshop in Data Visualization for Scientists.

Use

  1. Fork and clone this repo.

  2. Change the project title in _quarto.yml.

  3. Update the LICENSE.

  4. Edit at will, starting from index.qmd. Enjoy.

Deploy Locally

To deploy locally:

  1. Install Quarto: https://quarto.org/docs/get-started/

  2. Open quarto-example.Rproj in Rstudio.

  3. At the R console, install all R packages with:

renv::restore()

4 At the shell console, deploy the slides with:

quarto preview

The analysis will be available at localhost:4200.

License

See file LICENSE.

About

Quarto starter pack

License:Other


Languages

Language:R 98.6%Language:SCSS 1.4%