The Polymer application that runs https://tutorials.ubuntu.com.
For anyone wishing to contribute work or file issues, please read CONTRIBUTING.md.
For technical details and help, go to HACKING.md
The easiest way to get running is to use our ./run
command. This script requires Docker to be installed on your system.
For more advanced usage or information how to run without Docker, read HACKING.md.
Start up a local server which watches serves content from the examples
folder:
$ ./run
Start up a local server which watches a given file or folder for changes relative to the project root.
./run serve [file or folder]
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.