These instructions help AI contributors work within the ChatGemini repository.
- Use TypeScript or TSX where possible and keep indentations at 4 spaces.
- React component files should use PascalCase and reside in
src/components. - Keep imports tidy and remove unused code.
- When adding or updating dependencies, sync changes in both
package.jsonandpackage-lock.json.
- For any code changes, run
npm run buildto ensure the project compiles successfully.
- Write commit messages using the Conventional Commits format (e.g.,
feat:,fix:,docs:).