Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

canonical-web-and-design/conjure-up.io

Repository files navigation

conjure-up.io

Archived: The https://conjure-up.io website has been retired, and the traffic redirected to https://juju.is. The repository will now be archived.


CircleCI build status Code coverage

Deployments so easy it's almost magical.

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:8005 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.