Engine Mode
Test your code in real-time.
Initiate Debugging
From VSCode;
Open a terminal window with
CTRL+`Switch to bash, if needed
npm run buildOpen a second terminal pane, by clicking the split pane button.
npm run serveNow the code is running locally
In the site, you can change the engine mode
?engine.mode=dev?engine.mode=prodLast updated