https://github.com/bfanger/swagger-explained
Interactive documentation of the swagger.json
https://github.com/bfanger/swagger-explained
openapi openapi-specifications swagger
Last synced: 7 months ago
JSON representation
Interactive documentation of the swagger.json
- Host: GitHub
- URL: https://github.com/bfanger/swagger-explained
- Owner: bfanger
- Created: 2015-03-23T07:22:48.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T12:23:10.000Z (9 months ago)
- Last Synced: 2025-06-03T07:56:48.056Z (8 months ago)
- Topics: openapi, openapi-specifications, swagger
- Language: TypeScript
- Homepage: https://swagger-explained.bfanger.nl/
- Size: 1.84 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```