From b04bea11d1b8eb8192bf6ad0b37067be94b8d19a Mon Sep 17 00:00:00 2001 From: Kiran Date: Mon, 28 Feb 2022 12:04:57 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7eff1ea..23f6f61 100644 --- a/README.md +++ b/README.md @@ -12,22 +12,26 @@ git clone https://github.com/boxyhq/mock-saml.git cd mock-saml ``` +Install dependencies + ``` npm install ``` +Update `.env` with your own keys. + ``` cp .env.example .env ``` +Build the Next.js app. + ``` npm run build ``` +Run the Mock SAML server. + ``` npm run start ``` - -Visit [http://localhost:4000/](http://localhost:4000/) to start the Mock SAML. - -## Environment Variables