Vanilla Brochure Theme
This is the Vanilla Framework theme for brochure based websites.
Theme local development
The simplest way to run Vanilla brochure theme is to first install Docker (Linux users may need to add your user to the docker
group), and then use the ./run
script to build the site:
./run build
./run watch
Viewing patterns in the browser
The examples directory contains example markup for each component of the framework.
To view these examples in the browser, run the local server with:
./run serve
Once the containers are setup, you can visit http://0.0.0.0:8102/vanilla-brochure-theme/ in your browser to see the examples.