Skip to content

neculai-stanciu/my-codelabs

Repository files navigation

Codelabs

Install claat

More details about this tool can be find here

Create codelab

This command should be run in codelabs folder

  • build codelab
claat build js-basic-codelab.md
  • export codelab:
claat export js-basic-codelab.md

Collect all codelabs

  npm run collect:codelabs

Run codelabs locally

Generate all static presentations before start local build.

npm start

Generate all static presentations

npm run generate:presentations

Added codelab-generator support

Codelab-generator offers support only for some functionalities from claat tool.

In order to use codelab-generator in the codelabs directory you must provide:

  • a json file with metadata for creating the card layout
  • a markdown file with all necessary steps for tutorial

Codelab static content could be generated using:

npm run generate:codelabs

Tutorials

Todo

  • Add reveal.js integration
  • Investigate and integrate surveyjs.io
  • Build api to collect surveys