install package : Rscript -e 'devtools::document();devtools::install()'
update site : Rscript -e 'pkgdown::build_site()'
only update articles from vignettes : Rscript -e 'pkgdown::build_articles()'
serve site : cd docs && python -m SimpleHTTPServer
What license is it under?