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
| Guide | What you'll learn |
|---|---|
| Local Development | Daily commands for building, testing, formatting, and deploying |
| Branch-based Development | Per-branch previews powered by Projen helpers |
Recommended path
- Start with Local Development - Learn the CLI tasks and expectations before opening a PR
- Read CI/CD Workflows - Understand what happens when changes land on
main(Configuration section) - Adopt Branch-based Development - Enable isolated previews for complex review environments
Need to tweak configuration first? Head back to the Configuration section.