This is a mono-repo for general utilities for PolymerVis
.
lerna is used to manage the mono-repo.
# install dev dependencies
npm install
# setup all the packages
npm run bootstrap
# build each packages
npm run build
# test
npm test
code ./polymervis-tools.code-workspace # opens vscode in workspace mode, configured for the monorepo