diff --git a/README.md b/README.md index 24cfa8898..67a53a154 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Discover more about each version of MQTTX and find the one that fits your needs: - [MQTTX CLI](apps/cli/README.md) - [MQTTX Web](apps/web/README.md) -## 🌐 Better Together with EMQX +## ⚙️ Better Together with EMQX MQTTX enhances EMQX deployments, offering an intuitive client interface for robust MQTT solutions on any platform, and you can quickly deploy EMQX anywhere on-premises or in private, hybrid, and public clouds. diff --git a/apps/web/README.md b/apps/web/README.md index cfc90d63b..d581c0c67 100644 --- a/apps/web/README.md +++ b/apps/web/README.md @@ -25,7 +25,7 @@ docker pull emqx/mqttx-web:latest docker run -d --name mqttx-web -p 80:80 emqx/mqttx-web:latest ``` -## 🌐 Better Together with EMQX +## ⚙️ Better Together with EMQX MQTTX enhances EMQX deployments, offering an intuitive client interface for robust MQTT solutions on any platform, and you can quickly deploy EMQX anywhere on-premises or in private, hybrid, and public clouds. @@ -59,25 +59,6 @@ Start for free with the cloud serverless MQTT messaging services built on EMQX Set up your development environment for MQTTX Web: -- Recommended Node version: `v18.17`. -- Make sure to have [pnpm](https://pnpm.io/) installed for package management. - -```shell -# Initial setup -git clone git@github.com:emqx/MQTTX.git - -# Install dependencies using pnpm -pnpm install - -# Development and production build commands -pnpm run dev:web -pnpm run build:web -``` - -## 💻 Develop - -Set up your development environment for MQTTX Web: - - Recommended Node version: `v18.17`. - Ensure [pnpm](https://pnpm.io/) is installed for package management.