This repository represents the main UI components for Red Hat OpenShift API Designer, which is a managed service located at console.redhat.com.
To run the app locally, do the following:
$ npm install
$ npm run start:dev
Then open your browser (if it doesn't automatically open) to:
To run a production build using docker:
$ npm install
$ npm run prebuild
$ npm run build
$ docker build -t="apicurio/api-designer-ads" --rm .
$ docker run -it -p 9009:8080 apicurio/api-designer-ads
Then open your browser to: