Skip to content

swit3k/kui

Repository files navigation

kui

Send and consume Avro messages to Kafka topics with ease.

Image 1 Image 3 Image 4

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux