> For the complete documentation index, see [llms.txt](https://docs.smart-mirror.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smart-mirror.io/running/commands_used_to_run_smart-mirror.md).

# Commands Used to Run Smart-Mirror

Please do not use this page as part of the step by step process. This is more of a quick reference for use on gitter chat. Often people ask how to do these tasks and sending this page can help.

#### Starting Smart-Mirror normally

```
npm start
```

#### Starting Smart-Mirror with the dev console

```
npm start dev
```

#### Training a Keyword Spotter Model

```
npm run train-model
```

#### Debugging microphone issues

```
npm run microphone-debug
```
