webviz is a collection of packages for visualizing 2D and 3D views on the web.
- regl-worldview: a react library for rendering 2D and 3D views using regl.
npm run bootstrap
in the root directory to install dependenciesnpm run build
to run a single build ornpm run watch
to watch and buildnpm run storybook
in the root directory to run storybooknpm run docs
to run the docs app
npm run flow
to run Flow.npm run flow-typed-rebuild
to update the flow-typed definitions (any time when changing packages).
npm test
in the root directory which will trigger jest to run in each package
lerna run publish
in the root directory
PRs and bug reports are welcome!