## REA Theme for documentation.js

This is a theme for [documentationjs](https://github.com/documentationjs/documentation).

### Usage

```
$ npm install --save-dev @rea-jet/documentation-theme
$ npm install -g documentation
```

Then use the theme to build your docs:

    $ documentation serve --format html --theme node_modules/@rea-jet/documentation-theme

### Development

To build:

    $ npm run build

To build and watch:

    $ npm run watch
