Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfanger/swagger-explained
Interactive documentation of the swagger.json
https://github.com/bfanger/swagger-explained
openapi openapi-specifications swagger
Last synced: 22 days 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 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T09:34:18.000Z (2 months ago)
- Last Synced: 2025-01-13T05:23:09.095Z (24 days ago)
- Topics: openapi, openapi-specifications, swagger
- Language: TypeScript
- Homepage: https://swagger-explained.bfanger.nl/
- Size: 1.7 MB
- Stars: 10
- Watchers: 3
- 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
```