filtr.com
=========

http://filtr.com

## setup  
- Install / start [Redis](http://redis.io)

- Clone repository
```bash
git clone https://github.com/filtr/filtr-www.git
```

- Copy `config-dev.sample.json` to `config-dev.json`
```bash
cd filtr-www
cp config-dev.sample.json config-dev.json
```

- Edit `config-dev.json` with your local Redis port and host.

- Rebuild npm modules
```bash
npm rebuild
```

- Start server:
```bash
npm run dev
```
