Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a tutorial site similar to Google Codelabs

Tags:

google-code

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?

like image 234
Hitesh Patel Avatar asked Nov 08 '22 13:11

Hitesh Patel


1 Answers

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

like image 140
Purus Avatar answered Nov 24 '22 14:11

Purus