Back to Kibana

inference-endpoint

x-pack/platform/plugins/shared/inference_endpoint/README.md

9.4.0713 B
Original Source

inference-endpoint

A Kibana plugin


Development

See the kibana contributing guide for instructions setting up your development environment.

Scripts

<dl> <dt><code>yarn kbn bootstrap</code></dt> <dd>Execute this to install node_modules and setup the dependencies in your plugin and in Kibana</dd> <dt><code>yarn plugin-helpers build</code></dt> <dd>Execute this to create a distributable version of this plugin that can be installed in Kibana</dd> <dt><code>yarn plugin-helpers dev --watch</code></dt> <dd>Execute this to build your plugin ui browser side so Kibana could pick up when started in development</dd> </dl>