Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/apicurio/apicurio-studio-editors
- Owner: Apicurio
- License: apache-2.0
- Created: 2022-04-18T15:24:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T15:33:08.000Z (over 2 years ago)
- Last Synced: 2023-08-05T04:22:58.321Z (over 1 year ago)
- Language: TypeScript
- Size: 854 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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