Nothing
Interact with npm from the R console.
# install.packages("remotes")
remotes::install_github("JohnCoene/npm")
library(npm)
npm_install("browserify", scope = "global")
npm_init()
npm_install("jquerjqueryy")
npm_run("--version")
Also see yarn.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.