# Agent-lightning Dashboard This is the dashboard for Agent-lightning. It is a web application that allows you to inspect your Agent-lightning store and debug running experiments. The dashboard is built with React, Mantine UI, and Storybook. ## npm scripts ## Build and dev scripts - `dev` – start development server - `build` – build production version of the app - `preview` – locally preview production build ### Testing scripts - `eslint` - runs ESLint - `stylelint` - runs Stylelint - `prettier` - runs Prettier - `typecheck` - runs TypeScript typecheck - `vitest` – runs vitest tests - `chromatic` – runs chromatic tests ### Other scripts - `storybook` – starts storybook dev server - `build-storybook` – build production storybook bundle to `storybook-static`