People Equipment Access Keys Space
Have a recent version of NodeJS installed (https://nodejs.org/)
Have latest version of .Net Core installed (https://www.microsoft.com/net/core)
Get the app settings from Box and put them in your secrets location
// Go to the Keas.Mvc website directory
// first time, or when modules change
npm install
dotnet restore
// To use NVM for windows
nvm list available
nvm install 18.16.0
//This is the current version of node we are using
nvm use 18.16.0
// when you are ready to debug locally
npm run debug
// Just open it up and run the project!