Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 530 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 530 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
## Localhost
docker build . -t monowai/bc-view
## Compose/DEMO
docker build --build-arg KAFKA_URL=kafka:9092 . -t monowai/bc-view-demo
# MiniKube
docker build --build-arg KAFKA_URL=host.minikube.internal:9092 . -t monowai/bc-view