This is the Rancher Application Shell (created via https://rancher.github.io/dashboard/extensions/extensions-getting-started#creating-the-application)
The Epinio UI is an extension of Rancher and can be in pkg/epinio
. This one extension powers both embedded and standalone forms of the UI. For more information see root README.
Run the UI backend as per https://github.com/epinio/ui-backend#development
Node 16.15.0 or lower, yarn
1) UI Dev Only Step - Setup the Rancher Dashboard repo
epinio-dev
cd shell && yarn link
1) Clone https://github.com/epinio/ui and checkout main
1) UI Dev Only Step - Link in Rancher Dashboard packagescd <epini/ui root>/dashboard && yarn link @rancher/shell
1) Run yarn install
1) Run EXCLUDES_PKG=harvester,rancher-components EXCLUDE_OPERATOR_PKG=true RANCHER_ENV=epinio API=https://localhost:5443 yarn dev
Update to follow