# wc-section-gallery
A section gallery

# Macro Settings

| Key              | Optional | Default | Description                         |
|------------------|----------|---------|-------------------------------------|
| article          | false    |         | Article the slice is based on       |
| gallery_images   | false    |         | Images to display                   |
| brand            | true     | 'default' | Name of the brand                 |

# JS Documentation

{{#modules}}
{{>docs}}
{{/modules}}

# Prerequisites:

- [Node.js](https://nodejs.org/) — `brew install node`
- [Grunt](http://gruntjs.com/) - `npm install -g grunt-cli`
- Other prereqs? Python? Virtualenv?

# Demo:

Install dependencies:

```bash
npm install
```

Build the things:

```bash
npm run sass
npm run js
```

Python the pythons:

```bash
cd demo
virtualenv .
source bin/activate
pip install -r requirements.txt
```

Start the demo server:

```bash
python demo.py
```
