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

https://github.com/predictiveecology/firesensemanual


https://github.com/predictiveecology/firesensemanual

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# fireSense User Guide and Manual

View the pre-built site at .

To build the manual yourself:

```r
## install build dependencies
install.packages("remotes")
source("install.R")

## build the manual
source("build.R")
```

View the locally-built site by opening `docs/index.html`.