Update README.md

This commit is contained in:
Kiran 2022-02-28 12:04:57 +05:30
parent c85d90c1c1
commit b04bea11d1

View File

@ -12,22 +12,26 @@ git clone https://github.com/boxyhq/mock-saml.git
cd mock-saml cd mock-saml
``` ```
Install dependencies
``` ```
npm install npm install
``` ```
Update `.env` with your own keys.
``` ```
cp .env.example .env cp .env.example .env
``` ```
Build the Next.js app.
``` ```
npm run build npm run build
``` ```
Run the Mock SAML server.
``` ```
npm run start npm run start
``` ```
Visit [http://localhost:4000/](http://localhost:4000/) to start the Mock SAML.
## Environment Variables