# Engine Mode

## Initiate Debugging

From VSCode;&#x20;

* Open a terminal window with `` CTRL+` `` &#x20;
* Switch to bash, if needed

```
npm run build
```

Open a second terminal pane, by clicking the split pane button.&#x20;

```
npm run serve
```

> Now the code is running locally

In the site, you can change the engine mode&#x20;

```
?engine.mode=dev
```

```
?engine.mode=prod
```
