I was wondering how people are running open-inspect when developing against components other than web (I see instructions on how to run just the web client locally).
I prototyped what this might look like here, running web and control-plane via docker-compose + I implemented a little docker provider which spawns containers as sandboxes (so the only external dependency is the GitHub app)
If there is interest in maturing this to get it merged upstream OR if you have other thoughts on improving the local full-stack dev experience, let me know!
I was wondering how people are running open-inspect when developing against components other than
web(I see instructions on how to run just the web client locally).I prototyped what this might look like here, running
webandcontrol-planevia docker-compose + I implemented a little docker provider which spawns containers as sandboxes (so the only external dependency is the GitHub app)If there is interest in maturing this to get it merged upstream OR if you have other thoughts on improving the local full-stack dev experience, let me know!