I want to work on some ideas for Budgie applets, but I'm not entirely sure of the best workflow for new development.
Particularly, I'm wondering how best to test/debug my applet. Mainly just going for ease of testing, and avoiding any breakage/crashing of my development system.
I assume all I need to do to get started with a new applet is grab source of an existing applet, change the name and write new code.. then build/install as normal. Except I don't want to install on my machine until I make sure it works.
Any tips to get me up and running? I use VS Code if it makes any difference.
Thank you