diff options
| author | Nana Nosirova <nargiza.nosirova@mail.utoronto.ca> | 2018-07-17 02:44:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-17 02:44:10 +0000 |
| commit | c9f4e0e9df821c305b9606bd9575d3092384205b (patch) | |
| tree | a0e68cc4687d3ffa8245fdeffd5eb81434779be8 /README.md | |
| parent | 541341598d5ed0e5c8ef9b2325dc6bbec958463a (diff) | |
| parent | cbccf154d96abadd5bf3dc0bdcf379d02101f221 (diff) | |
Merge pull request #2 from kdam0/feat/SR-1
Feat/sr-1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
