Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 367 Bytes

ui

Published assets for Cockroach Labs user interfaces

Development setup

  • Install all dependencies with Yarn (it resolves dependencies for nested workspaces and links them if necessary)
  • Run build command for all packages to have generated assets in place (needed for icons and design-tokens workspaces)
yarn install && yarn lerna run build