Design interface for creating OpenAPI (Swagger) specification files. Live demo
- Have a Node.js install that's not way too old (v4+ should work for everything).
- Install Aurelia CLI (
npm install -g aurelia-cli
) - Clone this repo (
git clone https://github.com/apinf/open-api-designer.git
) - Build the code (
au build
) and openindex.html
OR run the webserver integrated in Aurelia usingau run
and open the URL that is printed after building (usuallyhttp://localhost:9000
)