Skip to content

syncromatics/kafmesh-ui

Repository files navigation

Kafmesh-UI

A visualization tool for Kafmesh

Building / Developing UI locally

  1. cd into kafmesh-ui/
  2. run yarn
  3. run:
    1. yarn start to run hot reload locally
    2. yarn build to build
    3. yarn storybook to launch storybook

Running Tests Server Locally

  1. cd into kafmesh-test-server
  2. run yarn
  3. run yarn server-up to start the server locally (Docker required)
  4. run yarn server-down to shut it down

Contributing

Please see CONTRIBUTING for our guide to contributing and code of conduct.