Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bfanger/swagger-explained

Interactive documentation of the swagger.json
https://github.com/bfanger/swagger-explained

openapi openapi-specifications swagger

Last synced: 18 days ago
JSON representation

Interactive documentation of the swagger.json

Awesome Lists containing this project

README

        

# Interactive documentation for openapi.yaml & swagger.json

Live: https://swagger-explained.bfanger.nl

## Setup

```sh
pnpm install
pnpm dev
```

## Linting

```sh
pnpm lint
```

## Build

```sh
pnpm build
npx serve -s build
```