So what's your current development workflow with kirby?

Talking about headful here, not headless. So I’ve setup kirby, just wanted to use tailwind, made a quick laravel mix config and use browsersync to refresh the browser all the time. Meh :confused: Deployment probably with rsync. Don’t know about you but I feel like one major downside of php based cms is still the lack of a convenient developer experience, builtin right into the “framework”. I was also thinking about if I could make use of that css(‘@auto’) thing and just try to be as barebones as possible and reload the browser myself. I feel kind of overwhelmed as there doesn’t seem to be the one true way of doing things, whereas with NextJs a lot of those decisions have already set for me.