$ yarn install
To get started using the dynamic plugin, you must set up your environment to write a new OpenShift Container Platform dynamic plugin. For an example of how to write a new plugin, see Adding a tab to the pods page.
You can run the plugin using a local development environment. The OpenShift Container Platform web console runs in a container connected to the cluster you have logged into.
In your terminal, run the following command to install the dependencies for your plugin using yarn.
$ yarn install
After installing, run the following command to start yarn.
$ yarn run start
In another terminal window, login to the OpenShift Container Platform through the CLI.
$ oc login
Run the OpenShift Container Platform web console in a container connected to the cluster you have logged into by running the following command:
$ yarn run start-console
Visit localhost:9000 to view the running plugin. Inspect the value of window.SERVER_FLAGS.consolePlugins
to see the list of plugins which load at runtime.