Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 502 Bytes

File metadata and controls

20 lines (15 loc) · 502 Bytes

Peras parameterization dashboard

Building

You can build via Nix:

nix build .#dashboard

Or inside the Nix shell (enter via nix develop or nix-direnv) for a more interactive experience:

pnpm install    # Installs dependencies
pnpm run serve  # Compiles and hot-reloads for development
pnpm run build  # Compiles and minifies for production
pnpm run lint   # Lints files (use lint:fix to automatically apply fixes)