Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 733 Bytes

File metadata and controls

56 lines (35 loc) · 733 Bytes

RobustMQ-Copilot

The one-step RobustMQ operation and maintenance management platform.

Start

  1. You need to install node and pnpm.
  • Node >= 20.0
  • pnpm >= 10.0
  1. Install the dependencies.
pnpm install
  1. Run client.
npm run ui:dev

Development

Setup

  1. Clone the project.
git clone https://github.com/robustmq/robustmq-proto.git
  1. Setup the submodule
git submodule update --init --recursive
  1. Install the recommend extensions for VSCode.

  2. Develop it.

Update GRPC interface

  1. Use git to update submodule with the following bash:
git submodule update --remote
  1. Run generation command to generate code.
npm run gen:grpc