/maas.io

Site for maas.io

Primary LanguageHTMLGNU Lesser General Public License v3.0LGPL-3.0

MAAS website project

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

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:8004 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