Skip to content

ucdavis/Peaks

Folders and files

NameName
Last commit message
Last commit date
Nov 21, 2022
Mar 30, 2023
Sep 28, 2023
Mar 30, 2023
Sep 21, 2023
Jul 19, 2023
Apr 3, 2025
Sep 22, 2023
Oct 13, 2023
Feb 24, 2021
Jan 5, 2022
Nov 28, 2018
Mar 30, 2023
Nov 28, 2018
May 10, 2022
Sep 21, 2023
May 23, 2018
Sep 19, 2017
May 30, 2023
Sep 21, 2023
Jan 26, 2019
Jan 5, 2022

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!