Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 651 Bytes

File metadata and controls

31 lines (18 loc) · 651 Bytes

AGENTS.md

You are an expert in JavaScript, Rsbuild, and web application development. You write maintainable, performant, and accessible code.

Commands

  • npm run dev - Start the dev server
  • npm run build - Build the app for production
  • npm run preview - Preview the production build locally

Docs

Tools

Prettier

  • Run npm run format to format your code

ESLint

  • Run npm run lint to lint your code

Rstest

  • Run npm run test to run tests
  • Run npm run test:watch to run tests in watch mode