Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.45 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.45 KB

LeapfrogAI UI

A Svelte UI that provides an easy-to-use frontend for interacting with all components of the LeapfrogAI tech stack.

Usage

Pre-Requisites

See the LeapfrogAI documentation website for system requirements and dependencies.

Dependent Components

Deployment

To build and deploy the UI Zarf package into an existing UDS Kubernetes cluster:

Important

Execute the following commands from the root of the LeapfrogAI repository

make build-ui LOCAL_VERSION=dev
uds zarf package deploy packages/ui/zarf-package-leapfrogai-ui-*-dev.tar.zst --confirm

Local Development

See the source code documentation for running the UI from the source code for local Node environment development.