updated readme
This commit is contained in:
parent
98487247ce
commit
f75b07f2eb
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# spee.ch
|
||||
spee.ch is a single-serving site that reads and publishes images and videos to and from the [LBRY](https://lbry.io/) blockchain.
|
||||
# Spee.ch
|
||||
Spee.ch is a web app that reads and publishes images and videos to and from the [LBRY](https://lbry.io/) blockchain.
|
||||
|
||||
## how to run this repository locally
|
||||
* start mysql
|
||||
|
@ -17,7 +17,8 @@ spee.ch is a single-serving site that reads and publishes images and videos to a
|
|||
* create your `speechConfig.js` file
|
||||
* copy `speechConfig.js.example` and name it `speechConfig.js`
|
||||
* replace the `null` values in the config file with the appropriate values for your environment
|
||||
* to start the server, from your command line run `node index.js`
|
||||
* build the app by running `npm run build-prod`
|
||||
* to start the server, run `npm run start`
|
||||
* visit [localhost:3000](http://localhost:3000)
|
||||
|
||||
## Tests
|
||||
|
|
Loading…
Reference in a new issue