Hi,
Our git pattern is to merge to open PR’s against dev
. When it’s ready to ship we merge to dev
to main
. What’s the best way to setup my web service on render? Should I create a 2nd service specifically for dev
and enable previews there? We also use storybooks for testing. What’s the best way to be able to easy test that?
Thanks