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