Overview
Use these guides after you have the project configured to understand how day-to-day workflows operate, how CI/CD behaves, and how to collaborate with branch-based previews.
Pages in this section
- Local Development — daily commands for building, testing, formatting, and deploying from your workstation
- CI/CD Workflow — what happens when you push to
main
, how environments chain, and where to monitor runs - Branch-based Development — enable and use per-branch previews powered by Projen helpers
Recommended path
- Start with Local Development to learn the CLI tasks and expectations before opening a PR.
- Read the CI/CD Workflow guide so you know what happens when a change lands on
main
. - Adopt Branch-based Development when you want isolated previews or complex review environments.
Need to tweak configuration first? Head back to the Configuration section.