Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 537 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 537 Bytes

Voltaserve Identity Provider

Getting Started

Run:

deno task start

Lint code:

deno lint .

Format code:

deno fmt .

Build Docker image:

docker build -t voltaserve/idp .

Preview (will be served at http://localhost:7777):

deno -A npm:@redocly/cli preview-docs --port 7777 ./docs/swagger.json

Generate the final static HTML documentation:

deno -A npm:@redocly/cli build-docs ./docs/swagger.json --output ./docs/index.html