# K3D - a 3D visualization library

## Requires

* node.js
* grunt + plugins

> **Note**  
> Run `npm install` before any usage or to update dependencies

## Available commands

* `grunt serve` - a developer build (open a window browser with live-reload)
* `grunt test` - to run Unit tests (karma + jasmine + firefox)
* `grunt doc` - to build source code documentation; output folder: ./doc/
* `grunt codeStyle` - to check coding style & standards

## How to

Please make sure to take a look at the [HOW-TO.md](HOW-TO.md) document.
