Skip to content

athul04/tutorials.ubuntu.com

 
 

Repository files navigation

tutorials.ubuntu.com

The Polymer application that runs https://tutorials.ubuntu.com.

For guidelines and help on how to build tutorial content, go to CONTRIBUTING.md

For more in depth information on how the site works, go to HACKING.md

Local development

You can run this project locally with Polymer CLI.

Dependencies

npm install -g polymer-cli bower  # Install Polymer and Bower
bower install                     # Pull down Bower dependencies

Viewing Your Application

$ polymer serve

Importing Codelabs

Upon loading the website initially, you will likely be met with example content. To import live content, you will need to run:

$ ./bin/build-tutorials

This will import the defined Google Doc IDs from the config folder.

If you encounter an auth error, trying to import with this command should give you instructions on getting the token.

$ ./tools/codelabs add [GOOGLE_DOC_ID]

Building Your Application

$ polymer build

This will create a build/ folder with bundled/ and unbundled/ sub-folders containing a bundled (Vulcanized) and unbundled builds, both run through HTML, CSS, and JS optimizers.

You can serve the built versions by giving polymer serve a folder to serve from:

$ polymer serve build/bundled/app

The information presented on https://tutorials.ubuntu.com is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license. The codebase of the tutorials application is licensed under the LGPLv3 by Canonical Ltd.

This code is based on ubuntu/codelabs-source (by @didrocks), which is in turn based on googlecodelabs/codelab-components. Codelab-components is licensed with the Apache License, Version 2.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 86.5%
  • Python 10.1%
  • Shell 1.8%
  • JavaScript 1.6%