From c34551940c602fa8674d3f203771d119437832e3 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0e4e92b..8434109 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ Lesson series for the Openscapes Champions program. See for more information. +## Contributor quickstart + +[Install quarto](https://quarto.org/docs/get-started/), then: + +``` +quarto preview +``` + + ----