thisbeyond / solid-select

The Select component for Solid.
https://solid-select.com
MIT License
172 stars 18 forks source link

[Question] How to test local changes ? #14

Closed raskyer closed 2 years ago

raskyer commented 2 years ago

Hi, question might be dumb but I'm wondering how do you test your local change easily ? I would like to invest a bit more time on it but I don't have a rapid / easy env to test my changes.

martinpengellyphillips commented 2 years ago

Right now it's probably easiest to clone the demo site https://github.com/thisbeyond/solid-dnd-site and hack on that.

There's also a DragDropDebugger component included that can help validate.

raskyer commented 2 years ago

Ok! Thanks. I’ve been able to be more productive with local packages.