687 B
687 B
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 servernpm run build- Build the app for productionnpm run preview- Preview the production build locally
Docs
- Rsbuild: https://rsbuild.rs/llms.txt
- Rspack: https://rspack.rs/llms.txt
- Rstest: https://rstest.rs/llms.txt
- Rslint: https://rslint.rs/llms.txt
Rslint
- Run
npm run lintto lint your code
Tools
Rstest
- Run
npm run testto run tests - Run
npm run test:watchto run tests in watch mode
Prettier
- Run
npm run formatto format your code