## &lt;nc-doc&gt;

`nc-doc` Polymer component to display a document (header, lines, footer...)

To develop and test:

1. Clone repository
```
git clone git@github.com:neogrup/nc-doc.git
```
2. Test it with
```
polymer serve
```
3. Links

   [Demo page](http://localhost:8000/components/nc-doc/demo)
  
   [Documentation page](http://localhost:8000/components/nc-doc/)


4. Publish

```
npm publish
```