-
|
Hi All, I am developing a website. I wrote the scripts in R Studio and saved as qmd files. How can I deploy the scripts on a server supported by node.js? |
Beta Was this translation helpful? Give feedback.
Answered by
jmbuhr
May 27, 2022
Replies: 1 comment 2 replies
-
|
First you will want to call |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jjallaire
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First you will want to call
quarto renderand then take the resulting folder and serve it with your server. Here is the documentation for it: https://quarto.org/docs/websites/publishing-websites.html