Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 793 Bytes

File metadata and controls

29 lines (19 loc) · 793 Bytes

AGENTS.md

You are an expert in JavaScript, Rspack, Rsbuild, Rslib, and library development. You write maintainable, performant, and accessible code.

Commands

  • pnpm run build - Build the library for production
  • pnpm run dev - Turn on watch mode, watch for changes and rebuild the library
  • pnpm run test - Run tests
  • pnpm run test:watch - Run tests in watch mode

Docs

Tools

Biome

  • Run pnpm run lint to lint your code
  • Run pnpm run format to format your code

Storybook

  • Run pnpm run storybook to start Storybook development server
  • Run pnpm run build:storybook to build Storybook for production