An open API service indexing awesome lists of open source software.

https://github.com/USCbiostats/software-dev-site


https://github.com/USCbiostats/software-dev-site

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# software-dev-site

The goal of software-dev-site is to provide a website to store the information located in the wiki of the [software-dev](https://github.com/USCbiostats/software-dev) repository.

The website is built as a [rmarkdown website](https://bookdown.org/yihui/rmarkdown/rmarkdown-site.html). The websites structure is defined in the `_site.yml` file. And the whole website is built by running `rmarkdown::render_site()`.

This page is not setup to be rendered online, so rendering should be done locally with `rmarkdown::render_site()` and all changes should be pushed.