diff --git a/examples/revealjs/README.md b/examples/revealjs/README.md new file mode 100644 index 0000000..2978197 --- /dev/null +++ b/examples/revealjs/README.md @@ -0,0 +1,14 @@ +# RevealJS Demo + +The RevealJS demo uses an external extension called `{quarto-countdown}`. +In addition to installing the `{quarto-pyodide}` extension, you must also install the `countdown` shortcode extension. + +You can do this by running in your Quarto Project: + +```sh +# Install `quarto-countdown` +quarto add gadenbuie/countdown/quarto + +# Install `quarto-pyodide` +quarto add coatless-quarto/pyodide +```