# 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
```
