chore: update readme
This commit is contained in:
@@ -9,7 +9,7 @@ Mosca MQTT Playground.
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
`npm install && node .`
|
`yarn && yarn start`
|
||||||
|
|
||||||
This will create an mqtt server, publish a message, and log some output about the process.
|
This will create an mqtt server, publish a message, and log some output about the process.
|
||||||
|
|
||||||
@@ -17,6 +17,10 @@ Modify information about the message in `src/index.mjs`.
|
|||||||
|
|
||||||
To see what's in the persisted store, run `node dump.js`.
|
To see what's in the persisted store, run `node dump.js`.
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
`yarn run dev`, it's restart the server as you make changes.
|
||||||
|
|
||||||
#### License
|
#### License
|
||||||
|
|
||||||
MIT © [w33ble](https://github.com/w33ble)
|
MIT © [w33ble](https://github.com/w33ble)
|
||||||
|
|||||||
Reference in New Issue
Block a user