If you haven't already completed the prerequisites, do those now.
- Ensure your epinio instance is running, which is detailed in the prerequisites page.
- Clone the repository
git clone git@github.com:epinio/ui.git. - Navigate to the
dashboarddirectory and runyarn install. - Run
API=<rancher ip> yarn dev. - Navigate to the address displayed in your terminal; it should be something like
localhost:8005.