File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ It is a **TypeScript** project built with **Vite**.
6060- ` public/ ` : Static assets
6161- ` dist/ ` : Build output
6262
63+ ## Context info for tools
64+ see docs/index.md for more context about the tools.
65+
6366## Coding Conventions
6467
6568### TypeScript
@@ -78,11 +81,14 @@ It is a **TypeScript** project built with **Vite**.
7881- Component files should be descriptive.
7982
8083### Build & Scripts
84+ never use npm we use pnpm.
85+ use tsc for error checking no full build.
86+
8187- ` pnpm dev ` : Start development server.
8288- ` pnpm build ` : Build for production.
8389- ` pnpm format ` : Format code using Prettier.
8490
8591## General Guidelines
86- - Ensure all code is compatible with modern browsers (ES2022) .
92+ - Ensure all code is compatible with modern browsers.
8793- This is a browser-only toolkit; avoid Node.js specific APIs in client-side code.
8894- When adding a new tool, ensure it has a corresponding entry in ` src/tools ` and ` src/pages ` .
You can’t perform that action at this time.
0 commit comments