You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README describes two make targets -- make quarto and make quartoserve -- that would, in theory, be used to test in-dev shinylive in Quarto.
These targets appear to be vestigal: the quarto/ directory was removed some time ago. Because this repo is tightly coupled with the quarto shinylive extension (at least in the sense that some issues that appear in the extension are solved here in this repo), it would be helpful to update the instructions to describe how to test in-dev shinylive in Quarto.
The text was updated successfully, but these errors were encountered:
cd _dev/my-test
# deactivate (if any venvs are currently active)# start a new venv
uv venv
. .venv/bin/activate
# install py-shinylive in this new venv
uv pip install shinylive
# Link the shinylive in the newly activated venv to the dev build
shinylive assets link-from-local ../../build
# Preview the quarto doc
quarto preview test.qmd
In a separate terminal, watch and rebuild the assets as you work
The README describes two make targets --
make quarto
andmake quartoserve
-- that would, in theory, be used to test in-dev shinylive in Quarto.These targets appear to be vestigal: the
quarto/
directory was removed some time ago. Because this repo is tightly coupled with the quarto shinylive extension (at least in the sense that some issues that appear in the extension are solved here in this repo), it would be helpful to update the instructions to describe how to test in-dev shinylive in Quarto.The text was updated successfully, but these errors were encountered: