all build config, no substance
This monorepo (mono-repository) is managed with @microsoft/rush
Install rush globally
npm install --location=global @microsoft/rush
Install all project dependencies
rush install
Build all projects
rush build
Test all projects
rush test
See CONTRIBUTING.md