Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 592 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 592 Bytes

Build and Deploy

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000/helm-frontend with your browser to see the result.

Environment variables

NEXT_PUBLIC_HELM_SUITE=v0.2.3 # Change to the current or desired suite
NEXT_PUBLIC_HELM_PROXY=https://example.com # Change to either the proxy or the direct API