Files
Roger A. Light 0dfbc7ab36 Fix links
2025-10-28 11:43:05 +00:00
..
2025-10-28 11:43:05 +00:00

Simple web-based graphical user interface for Mosquitto

To develop UI locally.

  1. Install tailwind:
npm -g install tailwindcss@3
  1. Go into src and run tailwind to generate a CSS file based on tailwind classes used in index.html:
tailwindcss -i ./tailwind/styles.css -o ./styles.css
  1. Run mosquitto http api mock

  2. Change mosquitto api endponits in src/consts.js

  3. Go into src and run a simple http server, e.g. python3 -m http.server 3000

Dependencies (in src/lib directory):