Files
mosquitto/dashboard
Serhii Orlivskyi fab876ce41 Update Tailwind CSS file
Signed-off-by: Serhii Orlivskyi <serhii.orlivskyi@cedalo.com> (Cedalo GmbH)
2025-08-04 18:37:27 +01:00
..
2025-08-04 18:37:27 +01: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):