device-emulator
device-emulator copied to clipboard
Running the dev script should open the demo app
Is your feature request related to a problem? Please describe.
Currently when you run a npm run dev, it opens a vite server with the index.html file which is related to how the dyte-sdk used to use it
Describe the solution you'd like
npm run dev should actually be running the react app placed in the examples folder, this is already built and looks like this
Hey! can I be assigned to this?
Done @LemonDrop847
Added a PR, please review.