The new codebase, to replace the old one.
This is the repository for the canonical.com website.
This website is written with the help of the flask framework. In order to use functionalities that multiple of our websites here at Canonical share, we import the base-flask-extension module.
The simplest way to run the site is with the dotrun
snap:
dotrun
Afterwards the website will be available at http://localhost:8002.
When you start changing files, the server should reload and make the changes available immediately.
You can find the deployment config in the deploy folder.