Skip to content

Latest commit

 

History

History

ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.