Hi!
I have some purely static sites, using vanilla j’s with web components. No build steps.
I read that the “core” parts of the cms are not framework specific, but I wasn’t able to find any documentation on how to use it this way.
Ideally I would like to include a js module in my code, that allows me to include a component that will display the edit button, then maybe login against github (the backend).
I don’t mind not having the fancy features, just being able to somehow edit the files easily and commit the changes would be awesome.
Is this possible?
Thanks!