Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

The standalone OpenAPI and AsyncAPI editors used in Apicurio Studio.

License

Notifications You must be signed in to change notification settings

Apicurio/apicurio-studio-editors

Repository files navigation

apicurio-studio-editors

The standalone OpenAPI and AsyncAPI editors used in Apicurio Studio.

Build and run (local)

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

Build and run (docker)

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

About

The standalone OpenAPI and AsyncAPI editors used in Apicurio Studio.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published