Files
ConceptSketch/.continue/rules/general.md
2026-02-28 01:10:14 +01:00

13 lines
276 B
Markdown

# Project Architecture
This is a React application with:
- Components in `/src/components`
- State management using zustand in `/src/stores`
## Coding Standards
- Use TypeScript for all new files
- Follow the existing naming conventions
- Write tests for all new features