Update README

This commit is contained in:
Kiran 2022-02-23 20:52:50 +05:30
parent 3f4fe06192
commit 530639f0d8

View File

@ -1 +1,27 @@
# Mock SAML from BoxyHQ
Mock SAML is a SAML 2.0 IdP.
```
git clone https://github.com/boxyhq/mock-saml.git
```
```
cd mock-saml
```
```
npm install
```
```
cp .env.example .env
```
```
npm run build
```
```
npm run start
```