dashboard/README.md
To develop UI locally.
npm -g install tailwindcss@3
src and run tailwind to generate a CSS file based on tailwind classes used in index.html:tailwindcss -i ./css/styles.css -o ./tailwind/styles.css
Run mosquitto http api mock
Change mosquitto api endponits in src/consts.js
Go into src and run a simple http server, e.g. python3 -m http.server 3000
Dependencies (in src/lib directory):