Skip to content

platform9/vjailbreak-ui

Repository files navigation

vJailbreak UI

Getting Started

Prerequisites

Make sure you have the following installed before getting started:

Running the App

Setting Environment Variables

Before running the app in any environment (development or production), the following environment variables must be set:

  • VITE_API_TOKEN: The API token for authentication.
  • VITE_API_HOST: For development only. Specify this if you're developing against a backend with a different domain.

These variables are necessary for the app to function correctly.

Running the App in Development Mode

To start the app locally in development mode:

  1. Install dependencies: yarn

  2. Run the dev server: yarn dev

  3. Load the UI in your browser at http://localhost:3000

Dockerizing the App

To build the Docker image, run:

yarn docker:build

The resulting image will be tagged as vjailbreak:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages