@metrevals/inspect-scout-viewer
v0.3.2-beta.1764711188
Published
Inspect Scout viewer for evaluation logs.
Readme
Inspect Scout Viewer
A React-based web viewer for Inspect AI evaluation logs.
Prerequisites
This project uses pnpm as its package manager, managed through corepack.
Setup
Enable corepack (required once):
corepack enableThat's it! Corepack is built into Node.js 16.9+ and will automatically install the correct pnpm version (specified in package.json) when you run pnpm commands.
Alternative: If you prefer to install pnpm manually, see the official pnpm installation guide.
Install Dependencies
pnpm installDevelopment
Start the development server:
pnpm devBuild for production:
pnpm buildWatch mode for development:
pnpm watchPreview production build:
pnpm previewCode Quality
Run linting:
pnpm lintAuto-fix linting issues:
pnpm lint:fixFormat code:
pnpm formatCheck formatting:
pnpm format:checkType check:
pnpm typecheckRun all checks (lint, format, typecheck):
pnpm checkTech Stack
- React 19
- TypeScript
- Vite
- Bootstrap 5
- AG Grid
- React Router
