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