Blueprint 
Blueprint is a React UI toolkit for the Web.
This repository does not contain compiled assets so please install relevant packages from NPM.
Packages
This repository contains multiple projects in the packages/ directory that are distributed as separate packages on NPM:
– Components for interacting with dates and times.
– Scalable interactive table component.
The other packages (docs and landing) are not published to NPM as they are used to build the documentation site.
Development
We use Lerna to manage inter-package dependencies in this monorepo. Builds are orchestrated via Gulp tasks.
Prerequisite: Node.js v6 or v7
git clonethis repository (or fork if you lack permissions)npm installto install build dependenciesnpm run bootstrapto install and link each package using lernanpm run gulpto compile and start the server and watcher- Open your browser to localhost:9000/packages/docs/dist/
Contributing
Read our development practices for details about how to contribute to Blueprint.
License
This project is made available under the Apache 2.0 License.