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

Latest commit

 

History

History
26 lines (19 loc) · 608 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 608 Bytes

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