npx novu-labs@latest echo
. The Dev Studio will be started by default on port 2022, and accessible via: http://localhost:2022
After successfully connecting the Studio to your local edge endpoint, you will be able to preview in real time any workflows and content defined in your code. This is ideal for quick prototyping, debugging, styling, and adjusting your workflows before syncing them to Novu Cloud.
Sync
button at the top right corner of the navigation bar, and a Diff will be generated between your local and the Novu Cloud environments.
After inspecting the State Diff, and specifying the remote Echo Url
Click on the Deploy Changes
button.
localtunnel.
To Create a new tunnel in your terminal, type: npx localtunnel --port <YOUR_EDGE_PORT>
. This command will return an https endpoint, which then can be used during the sync state flow described earlier.