From 80ffa2b04e42c54bfcc624baed66de0a6396788b Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 1 May 2020 11:28:18 -0400 Subject: [PATCH] Added setup instructions from Dan --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index aadb9d1..9b8aa37 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,17 @@ MT-SSO is a Single-Sign-On authentication system for [EnCOMPASS](https://github. - [Node.js](http://nodejs.org/) - [TypeScript](https://www.typescriptlang.org/) + +### Use node v10.18.0 + +## SETUP +- Fork repo from https://github.com/mathematicalthinking/mt-sso +- Clone forked repository to local machine (git clone +- cd mt-sso +- git remote add upstream https://github.com/mathematicalthinking/mt-sso +- git remote -v to see remotes +- npm install -g typescript +- npm install +- cp .env.example .env +- Fill in .env variables +- npm run dev