blob: df49d8b046ace2d81cf3ea30d45e06bc1b1ec10c (
plain) (
blame)
1
2
3
4
5
6
|
# Running UI Dev Mode
You can run `npm run ui`, and your browser should open a live-reloading demo version of the plugin UI.
Some actions will crash the app, so this is only for tuning aesthetics, but it allows live-reloading styles, which is a much faster feedback loop than reloading the full extension.
|