Guides
Practical, step-by-step recipes for the most common development tasks.
The guides are practical recipes. Each one assumes you have read the Getting started and at least skimmed the Architecture section - they move fast.
Adding a feature
Add a domain feature to an application module, end to end.
Adding an application
Stand up a whole new vertical from scratch.
Running the platform
Day-to-day commands for a working local environment.
Which guide do I need?
- Building a new screen, domain slice, or operation inside an existing application - see Adding a feature.
- Creating a whole new vertical (
packages/applications/<new>) - see Adding an application. - Setting up, seeding, or debugging your local environment - see Running the platform.
- Changing the schema - see Migrations.
- Writing or changing tests - see Testing.