When you join a new project, speed of understanding is more valuable than reading every file. Use a structured approach.
5-step method
- Understand context from
READMEandpackage.json - Identify entry points (
main, routes, app bootstrap) - Map exposed features
- Follow one critical execution path
- List architectural patterns and risk zones