aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkdam0 <kumar.damani@mail.utoronto.ca>2017-01-02 18:11:32 +0000
committerkdam0 <kumar.damani@mail.utoronto.ca>2017-01-02 18:11:32 +0000
commit0a63131f12aec1540d60c0c9ef1ca9776f1d2855 (patch)
tree8d953440a3256a97c6ae53302dfa174227b7addc /README.md
parent541341598d5ed0e5c8ef9b2325dc6bbec958463a (diff)
add confg vars support to use dev db
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e364d16..1528849 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ In order to run the web app locally from your computer please follow the followi
1. Clone the repository into your desired directory from: https://github.com/HumairAK/solutions_repo
2. Make sure node.js and npm are installed on your computer. If not, the easiest way to do this is using Homebrew.
3. Run: npm install from the root directory
-4. Run: node app.js to run the server
+4. Run: NODE_ENV=staging node app.js to run the server
5. Open the browser to http://localhost:3000/
## Usage and Features