Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apicurio/apicurio-studio-editors

The standalone OpenAPI and AsyncAPI editors used in Apicurio Studio.
https://github.com/apicurio/apicurio-studio-editors

Last synced: 2 months ago
JSON representation

The standalone OpenAPI and AsyncAPI editors used in Apicurio Studio.

Awesome Lists containing this project

README

        

# 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:

```bash
$ 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:

```bash
$ 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