Blueprint is a React UI toolkit for the Web.
This repository does not contain compiled assets so please install relevant packages from NPM.
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.
We use Lerna to manage inter-package dependencies in this monorepo. Builds are orchestrated via Gulp tasks.
Prerequisite: Node.js v6 or v7
git clone
this repository (or fork if you lack permissions)npm install
to install build dependenciesnpm run bootstrap
to install and link each package using lernanpm run gulp
to compile and start the server and watcher- Open your browser to localhost:9000/packages/docs/dist/
Read our development practices for details about how to contribute to Blueprint.
This project is made available under the Apache 2.0 License.