Dev Mode Launch
Dev Launch mode allows developing a widget without any Platform Ecosystem configurations.
To start working with Dev Launch mode, clone a widget from the repository. The file main.tsx includes all the necessary code to launch a widget without wlabel through dev mode. Go to local-tabs.tsx to see the code that mocks the data.

Once the widget repository is cloned, follow the steps:
npm run dev- check the port (for example,
http://localhost:5210/) - launch the port in dev mode
Now you can see the widget in dev mode:
