Use the specified version of Node for this project:
nvm use
If you get an error that the version of node is not installed, run:
nvm install $(cat .nvmrc)
Install dependencies for each package.
Build each package.
Prepare each package for distribution.
Generate documentation for each package.
Run tests for all packages.
See CONTRIBUTING.md.