What Claude Code Needs to Work in Your Project
This is a member-only chapter. Log in with your Signal Over Noise membership email to continue.
Log in to readModule 2 · Section 8 of 8
What Claude Code Needs to Work in Your Project
Before you write your first CLAUDE.md for this project, here are the facts Claude needs to know:
- The framework (Astro)
- The Node version and package manager (npm)
- The TypeScript setup
- Where pages, layouts, and components live
- The build and dev commands
- Any naming conventions you’ve established
We’ll build the proper CLAUDE.md in Module 6. For now, note down the decisions you’ve already made — they’ll all go in there.
You now have a running Astro site with a layout and a component. Module 3 covers making it look like something.