Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 253 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 253 Bytes

csdev.github.io

Commands

Serve docs locally:

docker-compose run --rm --service-ports jekyll-serve

Rebuild container:

docker-compose build --progress=plain jekyll

Update gems (inside dev container):

bundle update