This repository is managed by Terraform!
Node v20+ with Corepack is required.
corepack enable
pnpm i
pnpm buildBuild artifacts will be located at dist dir.
Dockerfile is also provided.
Frontend sends API requests to its own base URL (<base>/api/v1) by default. When served via Vite, it is automatically
proxied to localhost:4000. Proxy target could be changed in vite.config.mts.
Please refer to the Explorer Backend documentation.