You are an expert in JavaScript, Rspack, Rsbuild, Rslib, and library development. You write maintainable, performant, and accessible code.
pnpm run build- Build the library for productionpnpm run dev- Turn on watch mode, watch for changes and rebuild the librarypnpm run test- Run testspnpm run test:watch- Run tests in watch mode
- Rslib: https://rslib.rs/llms.txt
- Rsbuild: https://rsbuild.rs/llms.txt
- Rspack: https://rspack.rs/llms.txt
- Rstest: https://rstest.rs/llms.txt
- Run
pnpm run lintto lint your code - Run
pnpm run formatto format your code
- Run
pnpm run storybookto start Storybook development server - Run
pnpm run build:storybookto build Storybook for production