How to setup developer environment in windows localmachine without docker?

I would like to setup the dev environment in local windows machine(not through the docker or VM).Please provide the instructions to do it.

Our toolchain is designed to work with Docker containers. You could install all of the services that we typically run in Docker locally, but I’m not clear on why you would want to do that. Your dev environment will be much cleaner and easy to manage if you just use the existing tools.