> For the complete documentation index, see [llms.txt](https://autoedit.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autoedit.gitbook.io/documentation/master-1.0.13-1/appendix/dev-configuration.md).

# Dev configuration

## 1. Setup Speech To text APIs

See user manual guide on [setting up Speech To Text System](<https://www.gitbook.com/read/book/pietropassarelli/autoedit2-user-manual >)

## 2. Install dependencies

```
npm install
```

## 3. run app from terminal

```
npm start
```
