Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 890 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 890 Bytes

MAAS website project

Code coverage

This is the simple Flask project behind https://maas.io.

Development

The simplest way to run the site is with the dotrun snap:

dotrun

Afterwards the website will be available at http://localhost:8006.

When you start changing files, the server should reload and make the changes available immediately.

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 konf/site.yaml