Giter Site home page Giter Site logo

codelabs-example's Introduction

id
codelabs-tutorial

Getting Started with Google Codelabs

Introduction

Google codelabs is a collection of technology tutorials hosted by google. It is also an open source project that provides a tool named claat, which can generate the website files for the tutorials. This is document is a tutorial on how to get started generating codelabs.

Install claat

This tutorial assumes you are using the Ubuntu operating system. First, Install go

$ sudo apt install golang-go

Next, install claat

$ go get github.com/googlecodelabs/tools/claat

This will create a ~/go/bin directory with the executable claat We can add this our $PATH environment variable to be able to use claat anywhere.

$ echo 'PATH=$PATH:~/go/bin' >> ~/.shrc

Using claat

claat can transform either markdown files or google documents into beatiful static websites or markdown. For example, we will generate this tutorial itself. First, download the git repository of this tutorial.

$ git clone https://github.com/newjam/codelabs-example
$ cd codelabs-example

This tutorial is generated from the file file README.md. We can generate this tutorial using the command

$ claat export -o www README.md

This creates a directory ./www/codelabs-tutorial which contains the rendered html. They are placed in that directory because of the -o www flag in the command, and because the metadata id: codelabs-tutorial in the file README.md. We can serve the tutorial by running

$ cd www
$ claat serve

Now you can view it in your web browser!

codelabs-example's People

Contributors

newjam avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.