Guide for contributing and testing backend plugins locally

Hello,

I’d like to add a feature to a core backend plugin. I’m following the guide from https://grafana.com/docs/plugins/developing/backend-plugins-guide/ but what I’m not clear of is how this pertaining to editing and testing against existing core plugins. If I make a few line change to one of the go plugins - how can I test this locally to make sure the typescript plugin components point to my tweaked copy of the core plugin? It doesn’t help that I’m new to golang and typescript but i’ll try to contribute where I can.

Thanks!
Mike