# wc-footer
Generic footer to be used on all brands

# 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
```
