Upload refactor #242

Merged
bones7242 merged 24 commits from upload-refactor into master 2017-11-13 21:39:21 +01:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 9dd13456db - Show all commits

View file

@ -15,7 +15,7 @@ spee.ch is a single-serving site that reads and publishes images and videos to a
* clone this repo * clone this repo
* run `npm install` * run `npm install`
* create your `speechConfig.js` file * create your `speechConfig.js` file
* copy `speechConfig_example.js` and name it `speechConfig.js` * copy `speechConfig.js.example` and name it `speechConfig.js`
* replace the `null` values in the config file with the appropriate values for your environement * replace the `null` values in the config file with the appropriate values for your environement
* to start the server, from your command line run `node speech.js` * to start the server, from your command line run `node speech.js`
* To run hot, use `nodemon` instead of `node` * To run hot, use `nodemon` instead of `node`