Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
I have some files and I would like to run them, I am simply trying to integrate an MQTT dashboard for an embedded system, here are the files : bundle.js, index.html, main.css, main.js and tailwind.config.js
The problem is that I can’t run make since the commands are made for UNIX systems. Let me know if you can help me
@te08363 where are you trynna run this files
You want to serve the files from your embedded system? @te08363
Nvm solved it running python3 -m http.server 8080 worked
CONTRIBUTE TO THIS THREAD