The one-step RobustMQ operation and maintenance management platform.
- You need to install node and pnpm.
- Node >= 20.0
- pnpm >= 10.0
- Install the dependencies.
pnpm install
- Run client.
npm run ui:dev
- Clone the project.
git clone https://github.com/robustmq/robustmq-proto.git
- Setup the submodule
git submodule update --init --recursive
-
Install the recommend extensions for VSCode.
-
Develop it.
- Use git to update submodule with the following bash:
git submodule update --remote
- Run generation command to generate code.
npm run gen:grpc