lukin / keywind

Keywind is a component-based Keycloak Login Theme built with Tailwind CSS
Apache License 2.0
737 stars 261 forks source link

[Question] Purpose of the html folder in root? #75

Open SimonScholz opened 6 months ago

SimonScholz commented 6 months ago

Hi,

I just saw that a html folder has been added together with the testing capabilities. Is the only purpose of the html folder to run tests on it or is there any other purpose for having the plain html? If so I could offer to create a Pull Request stating this circumstance.

shahargl commented 5 months ago

would like to know too :)

rahulvramesh commented 4 months ago

same here :)

navopw commented 2 months ago

same here

liamlows commented 1 month ago

Also in the same boat, not sure why it is there. I was curious if it had anything to do with the .ftl files (maybe they would generate them) but it looks like they are just completely separate, there's no docs on them either.

For developing I usually just run a local keycloak instance and mount the themes folder as a volume. Then i build every time i make a change and refresh the page and i can see the changes. Not sure how to see all pages through keycloak though which is a bit frustrating.