The standalone OpenAPI and AsyncAPI editors used in Apicurio Studio.
To run the app locally, do the following:
$ npm install
$ npm run start
Then open your browser (if it doesn't automatically open) to http://localhost:9011/?demo
To run a production build using docker:
$ npm install
$ npm run prebuild
$ npm run build
$ docker build -t="apicurio/apicurio-studio-editors" --rm .
$ docker run --rm -it -p 8080:8080 apicurio/apicurio-studio-editors
Then open your browser to http://localhost:8080/?demo