Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 530 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 530 Bytes

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 document.