- Install Git
- Install Node.js and NPM Install
- Clone this Repo
- In terminal navigate to project folder
- In terminal run: npm install
- Create .env file in project root folder. See .env-sample for keys needed. Values must be filled in.
- In Terminal run: npm start
- Open browser and navigate to http://localhost:3000
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.