Where did the Developer's Guide go?

Thanks for your reply. I did find those files and it’s great for most part.

Everything described in camunda-bpm-platform works as expected, but running from IDEA (which is not described in the file) comes with challenges. See https://github.com/daveychu/camunda-bpm-platform/pull/1/files for changes I made so far to make it runnable. I still can’t run tests from IDEA; instead I’m using the slower maven option.

For camunda-bpm-webapp I can’t get the tests to run even by just following the steps described. The details for that are in Failing to run tests for camunda-bpm-webapp.