Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <repo url>
- 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