I purchased and installed Metronic and Composer and followed the setup instructions. Everything seemed to complete successfully, but I was expecting some instructions about accessing a UI. When I navigate to 127.0.0.1:8001 or localhost:8001 I just get a blank page with a relative url on it (ex. "metronic/tailwind/views/pages/index.html"). What am I missing? If it helps, when I ran generate.sh I got this at the end of the output ... INFO:generator:HTML files generated successfully in themes/metronic-tailwind-html/dist/html
A total of 0 links were processed.
@Chill Guy Game The blank page at localhost:8001 likely means you haven’t started the Flask server after running generate.sh, which only generates static HTML files; you need to run a command like python app.py to launch the Composer Interface.
Hi
Thank you for your purchase. Here's what you should do:
1. Check the docs at https://keenthemes.com/metronic/tailwind/docs/composer for the complete setup instructions.
2. Make sure you've correctly copied all the Metronic files into the Composer directory structure as outlined in the Preparation section of the docs.
3. Run the script `./run.sh` from the root directory to properly start the Composer application.
The preview should be accessible at http://localhost:8001/ after the installation is complete. If you're seeing just a relative URL on the page, it could be due to missing files or incorrect directory structure.
Also verify that you've followed all the steps in the "Preparation" section, particularly copying the content from metronic-tailwind-html into the `themes` directories.
Thank you