This repository contains the code powering The Next Generation of Data Science Education with WebAssembly Quarto website demonstration.
To create your own version of the demonstration, you need to install the following software:
- RStudio IDE, VS Code, Positron, or another text editor
- For VS Code or Positron, please install the Quarto plugin.
- Quarto v1.4.0 or later
- Quarto Extensions
You can install the Quarto Extensions by typing the following commands in your terminal:
quarto add r-wasm/quarto-live
quarto add r-wasm/quarto-drop
quarto add gadenbuie/countdown/quarto
quarto add coatless-quarto/embedio
The demonstration is hosted on GitHub Pages using a GitHub Action (publish-website.yml
). The action is triggered on every push to the main
branch. The action builds the Quarto website and pushes the output to the gh-pages
.
Please make sure to enable GitHub Pages in the repository settings, select the GitHub Actions as the source, and check the Enforce HTTPS option.