Skip to content

ucdavis/Peaks

Repository files navigation

Node Version Build Status

forthebadge forthebadge

PEAKS (formerly Keas)

People Equipment Access Keys Space

Build + Run

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

[If you don't have visual studio]

// 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

[If you have visual studio]

// Just open it up and run the project!