marineenergy / www

Marine hydrokinetic energy & environmental compliance, website
https://marineenergy.app
MIT License
1 stars 1 forks source link

This website uses Rmarkdown website method to knit chunks of processed R code with markdown to render HTML files.

Render website

Render all source *.Rmd files into *.html:

rmarkdown::render_site()

Serve website

You can open the *.html files directly into a web browser, but for reliably serving the website it's best handled by opening the files within a local webserver:

servr::httd()

Bootstrap 4

Skipping Bootstrap 4 for now, but keeping _site.yml commented with option.

remotes::install_github("rstudio/rmarkdown")
remotes::install_github("rstudio/htmltools")
remotes::install_github("rstudio/jquerylib")
remotes::install_github("rstudio/bslib")