1.0.9 • Published 8 years ago
vanilla-brochure-theme v1.0.9
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 # Build the CSS into the ./build/ directory
# or
./run watch # Dynamically watch for changes to the Sass files and build automaticallyViewing 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 serveOnce the containers are setup, you can visit http://0.0.0.0:8102/vanilla-brochure-theme/ in your browser to see the examples.