Project started 🥂
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
|
||||
- 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 lint` to lint your code
|
||||
|
||||
## Tools
|
||||
|
||||
### Rstest
|
||||
|
||||
- Run `npm run test` to run tests
|
||||
- Run `npm run test:watch` to run tests in watch mode
|
||||
|
||||
### Prettier
|
||||
|
||||
- Run `npm run format` to format your code
|
||||
Reference in New Issue
Block a user