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: 18 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 (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T09:47:27.000Z (about 2 months ago)
- Last Synced: 2024-10-19T01:22:46.765Z (28 days ago)
- Topics: openapi, openapi-specifications, swagger
- Language: TypeScript
- Homepage: https://swagger-explained.bfanger.nl/
- Size: 1.61 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
```