Loading...
Loading...
Compare original and translation side by side
Project Analysis Progress:
- [ ] Step 1: Quick overview (README, root files)
- [ ] Step 2: Detect tech stack
- [ ] Step 3: Map project structure
- [ ] Step 4: Identify key patterns
- [ ] Step 5: Find development workflow
- [ ] Step 6: Generate summary reportProject Analysis Progress:
- [ ] Step 1: Quick overview (README, root files)
- [ ] Step 2: Detect tech stack
- [ ] Step 3: Map project structure
- [ ] Step 4: Identify key patterns
- [ ] Step 5: Find development workflow
- [ ] Step 6: Generate summary reportundefinedundefinedundefinedundefinedpackage.jsonrequirements.txtpyproject.tomlsetup.pygo.modCargo.tomlpom.xmlbuild.gradleGemfilepackage.jsonrequirements.txtpyproject.tomlsetup.pygo.modCargo.tomlpom.xmlbuild.gradleGemfileDockerfiledocker-compose.ymlkubernetes/k8s/terraform/.tfserverless.yml.github/workflows/Dockerfiledocker-compose.ymlkubernetes/k8s/terraform/.tfserverless.yml.github/workflows/project/
├── src/ # Source code
│ ├── components/ # UI components (React/Vue)
│ ├── services/ # Business logic
│ ├── models/ # Data models
│ └── utils/ # Shared utilities
├── tests/ # Test files
├── docs/ # Documentation
└── config/ # Configurationproject/
├── src/ # Source code
│ ├── components/ # UI components (React/Vue)
│ ├── services/ # Business logic
│ ├── models/ # Data models
│ └── utils/ # Shared utilities
├── tests/ # Test files
├── docs/ # Documentation
└── config/ # Configuration.eslintrc.prettierrc.husky/Makefilescripts/.eslintrc.prettierrc.husky/Makefilescripts/undefinedundefined| Category | Technology |
|---|---|
| Language | TypeScript |
| Framework | Next.js 14 |
| Database | PostgreSQL |
| ... | ... |
| Category | Technology |
|---|---|
| Language | TypeScript |
| Framework | Next.js 14 |
| Database | PostgreSQL |
| ... | ... |
src/lib/src/lib/src/index.tssrc/api/npm testsrc/index.tssrc/api/npm test| Action | Command |
|---|---|
| Install | |
| Dev | |
| Test | |
| Build | |
undefined| Action | Command |
|---|---|
| Install | |
| Dev | |
| Test | |
| Build | |
undefinedAnalysis Validation:
- [ ] All major directories explained
- [ ] Tech stack accurately identified
- [ ] Entry points documented
- [ ] Development commands verified working
- [ ] No assumptions made without evidenceAnalysis Validation:
- [ ] All major directories explained
- [ ] Tech stack accurately identified
- [ ] Entry points documented
- [ ] Development commands verified working
- [ ] No assumptions made without evidence