5

I'm trying to develop a tutorial site similar to Google CodeLabs.

I'm referring to this article for develop a CodeLabs site.

Has anyone tried to used this tool for hosting their own CodeLabs site?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Hitesh Patel
  • 2,868
  • 2
  • 33
  • 62
  • I'm curious about this as well. I looked around and found this. https://github.com/googlecodelabs/codelab-components. It appears the site is using Polymer. https://www.polymer-project.org/ – rjd Jan 27 '18 at 18:57
  • So this is just survey kind of question? *Yes* or *No*? What is specifically intended ? – Morse Apr 14 '18 at 01:56

1 Answers1

1

You can use the source code to create CodeLabs in your own machine.

You will need Go Lang for this or you can use the provided installers in the release section of Github.

Refer to https://github.com/googlecodelabs/tools/blob/master/claat/README.md

Purus
  • 5,701
  • 9
  • 50
  • 89