From d3c9fb1448ee69edff0a435df6aee45fab781336 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Sun, 12 May 2024 12:01:22 -0600 Subject: [PATCH] Add contributing quickstart --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0e4e92b..53befc0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,17 @@ Lesson series for the Openscapes Champions program. See for more information. +## Contributor quickstart + +Either edit the project in RStudio, or: + +* [install quarto](https://quarto.org/docs/get-started/) +* `quarto preview` + +While this preview server is running, you can make changes to files and view them in the +browser right away. + + ----