Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 592 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 592 Bytes

iroha2-block-explorer-web

This repository is managed by Terraform!

Build

Node v20+ with Corepack is required.

corepack enable
pnpm i
pnpm build

Build artifacts will be located at dist dir.

Docker

Dockerfile with nginx.conf are also provided. Based on Deployment > Docker (nginx).

Development

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.