Guides

Tactical walkthroughs for running the starter kit day to day once it is configured.


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
  1. Start with Local Development to learn the CLI tasks and expectations before opening a PR.
  2. Read the CI/CD Workflow guide so you know what happens when a change lands on main.
  3. Adopt Branch-based Development when you want isolated previews or complex review environments.

Need to tweak configuration first? Head back to the Configuration section.