Docs ▸ Development ▸ Developing d3Kit
-
Install node.js
-
Load development tool and javascript dependencies:
npm install# Run this command to test once.
npm run test
# Or run this command to test and retest when files are changed.
npm run tddTest coverage will be reported on the command line and also generated as html to coverage directory.