Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 449 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 449 Bytes

Waffle

Currently in development OpenAPI v3 documentation renderer built using svelte and typescript.

Install

Just download the latest release and setup config.json in the same directory as index.html

Test

Setup the public/config.json file, example in public/config.example.json

Test it with

yarn
yarn dev

Build

yarn
yarn build