Parcourir la source

doc: add link to local console

Update local development instructions to add a link to the
locally-running console.
Samuel Padgett il y a 4 ans
Parent
commit
9fe0556309
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -51,6 +51,7 @@ to deploy it to a cluster.
 2. `yarn run start`
 3. `oc login` (requires an OpenShift cluster)
 4. `yarn run start-console` (requires Docker or podman)
+5. Navigate to <http://localhost:9000/example>
 
 This will run the OpenShift console in a container connected to the cluster
 you've logged into. The plugin HTTP server runs on port 9001 with CORS enabled.