Update README.md
This commit is contained in:
parent
c85d90c1c1
commit
b04bea11d1
12
README.md
12
README.md
@ -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
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user