I just purchased license, can i use version 9 without using nodejs or anytype of javascript that should be run on the server. I just want to edit html files and serve them from django.
Hi,
Metronic 9 is based on Tailwind so you will need to use the build tools to recompile the CSS code when you add or remove any Tailwind class upon HTML customization. This is how Tailwind works. Using the build tools required for your development only during the customization. For hosting deployment you only deploy compiled css/js.
To get started please check Quick Start guide. Using the build tools is super easy.
Regards