350 open graph react #360
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# spee.ch
|
# 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 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
|
## how to run this repository locally
|
||||||
* start mysql
|
* 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
|
* create your `speechConfig.js` file
|
||||||
* copy `speechConfig.js.example` 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 environment
|
* 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)
|
* visit [localhost:3000](http://localhost:3000)
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
Loading…
Reference in a new issue