Logging Extension Frontend

Project Run

# Install dependencies
npm install

# Run localhost:7777
npm run start

# Build
npm run build

Image Build

docker build -t cr.openfuyao.cn/openfuyao/logging-website:latest -f ./build/Dockerfile .

Helm Deployment

helm install {release} ./chart -n {namespace}