silverskyvicto / multipass.run

Codebase for multipass marketing site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multipass

CircleCI build status Code coverage

Codebase for https://multipass.run - the marketing website for Canonical's multipass product.

Local development

The simplest way to run the site locally is to first install Docker (on Linux you may need to add your user to the docker group), and then use the ./run script:

./run

Once the containers are setup, you can visit http://127.0.0.1:8026 in your browser.

Building CSS

For working on Sass files, you may want to dynamically watch for changes to rebuild the CSS whenever something changes.

To setup the watcher, open a new terminal window and run:

./run watch

Deploy

You can find the deployment config in the deploy folder.

Licence

Code licensed LGPLv3 by Canonical Ltd..

With ♥ from Canonical

About

Codebase for multipass marketing site

License:GNU General Public License v3.0


Languages

Language:HTML 47.7%Language:Shell 33.2%Language:SCSS 6.6%Language:JavaScript 5.3%Language:Python 4.6%Language:Dockerfile 2.6%