What You'll Learn

To compile tutorials, you'll need a working go environment and the claat CLI.

Instructions how to install claat can be found here.

If you already have got a running go environment, you can install claat using go get github.com/googlecodelabs/tools/claat. Ensure that your /bin directory is in your PATH.

Create a fork of this repository

Check out your Fork

git clone https://github.com/fhb-codelabs/fhb-codelabs.github.io.git
cd sites/codelabs
claat export <your-filename>.md
cd sites

# Install dependencies if not already done
npm install
gulp serve --codelabs-dir=codelabs
git add <filename> or -A
git commit -m "a nice commit message"
git push