bpetetot/claat

By bpetetot

Updated over 5 years ago

Use claat tool to generate beautiful codelabs from markdown or Google doc

Image
0

951

Build the codelab static files:

docker container run -it -v $(pwd):/app bpetetot/claat export [codelab.md]

Serve the codelab:

docker container run -it -p 9090:9090 -v $(pwd):/app bpetetot/claat serve -addr 0.0.0.0:9090 [codelab.md]

Codelab formatting: https://github.com/googlecodelabs/tools/blob/master/FORMAT-GUIDE.md

Docker Pull Command

docker pull bpetetot/claat