This directory contains the source for kube-score.com.
kube-score is compiled to WASM (WebAssembly) for usage in browsers, and kube-score.com is running purely in the browser.
# Compile the wasm module (run from repo root)
GOOS=js GOARCH=wasm go build -o ./web/main.wasm ./cmd/wasm/main.go
# Build and run web app (from this directory)
pnpm install
pnpm dev
The site is built and hosted on Vercel. See vercel.json for build configuration.