https://github.com/codeliner/bookdown-template
https://github.com/codeliner/bookdown-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeliner/bookdown-template
- Owner: codeliner
- License: bsd-3-clause
- Created: 2017-09-23T18:41:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T18:00:11.000Z (over 8 years ago)
- Last Synced: 2025-02-10T21:38:05.046Z (over 1 year ago)
- Language: PHP
- Size: 702 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```