diff options
| -rw-r--r-- | Readme.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -3,9 +3,10 @@ > "Pretty good" > - Steve Jobs -## To install: +## To configure: -* create a file `site/.env` with the following environment variables set: +* Customize schemas and routes in site/index.js as needed +* Create a file `site/.env` with the following environment variables set: ``` S3_KEY=... @@ -15,9 +16,10 @@ OK_USER=... OK_PASS=... ``` -* customize routes in site/index.js as needed -* run ./install.sh -* cd site -* node index +## To install and run: + +* Run `./install.sh` +* `cd site` +* `node index` Server will be running on http://lvh.me:1337/ |
