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

https://github.com/codeliner/bookdown-template


https://github.com/codeliner/bookdown-template

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Generate Documentation

```bash
$ docker run -it --rm -e CSS_PRISM=ghcolors -v $(pwd):/app sandrokeil/bookdown:develop docs/bookdown.json
$ docker run -it --rm -p 8080:8080 -v $(pwd):/app php:7.1-cli php -S 0.0.0.0:8080 -t /app/docs/html
```