Skip to content

Commit

Permalink
docs(web): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Red-Asuka committed Nov 15, 2023
1 parent 5c57159 commit 44ef023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
21 changes: 1 addition & 20 deletions apps/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 44ef023

Please sign in to comment.