Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 587 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 587 Bytes

Setup To Run Locally

  1. Install Git
  2. Install Node.js and NPM Install
  3. Clone this Repo
  4. In terminal navigate to project folder
  5. In terminal run: npm install
  6. Create .env file in project root folder. See .env-sample for keys needed. Values must be filled in.
  7. In Terminal run: npm start
  8. Open browser and navigate to http://localhost:3000

Notes

The web.config and iisnode.yml files are for hosting in IIS on Windows. I wasn't able to get those quite right yet. I am hosting on Linux in Azure at this time, or running locally.