Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 454 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 454 Bytes

Building codelabs

Install claat following the tutorial here

Navigate to:

/codelabs
    /tooling

Run the following script:

./codelab.py gen <project-id>

(Python3 is needed to run the script)

project-id is under the metadata in the .md file your building.

The project will be generated under:

/codelabs
    /html
        /<project-id>
            /index.html