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 link
in theregl-worldview
directory to symlink the package.npm run build
to run a single build ornpm run watch
to watch and buildnpm run storybook
in the root directory to run storybooknpm link regl-worldview
in thedocs
directorynpm run docs
to run the docs app
npm flow-mono
to set up symlink for flow (reload the editor or recompile the component package if flow can not locate the module)npm flow-mono-install
to update local flow-typed cache and parallel install in all 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!