Intro
This is the central reference for ENV_NAME engineering. Start here if you’re new, or jump directly to what you need.
1. Understand the system
Section titled “1. Understand the system”Before writing any code, read the architecture doc. It covers the full stack, how requests flow through the system, and where things live.
2. Get running locally
Section titled “2. Get running locally”Step-by-step guide to cloning the repo, configuring your environment, and getting the site up on your machine.
3. Ship your work
Section titled “3. Ship your work”How staging and production deployments work, branch conventions, and how to roll back if something goes wrong.
4. Keep it fast
Section titled “4. Keep it fast”Caching strategy, what to avoid, and how to diagnose performance regressions.