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