[![Tag](https://img.shields.io/github/tag/twreporter/twreporter-redux.svg)](https://github.com/twreporter/twreporter-redux/tags)
[![NPM version](https://img.shields.io/npm/v/@twreporter/redux.svg)](https://www.npmjs.com/package/@twreporter/redux)

# twreporter-redux

## What is this

Redux actions and reducers for [twreporter website](https://www.twreporter.org).

## Why do we this

This is built for [twreporter-react](https://github.com/twreporter/twreporter-react).
twreporter-react uses redux to maintain the data, and this library provides actions, reducers and store to it.

## How to build this

```bash
# Build the distribution files
make build
```
