Getting Started¶
Prerequisites¶
- .NET SDK 10 (template targets
net10.0only —net8/net9are excluded) - Optional: Visual Studio or Rider with ASP.NET workload
- For E2E tests: Playwright browsers (
pwsh bin/Debug/net10.0/playwright.ps1 installafter first build)
Install the template¶
From a clone of the repository:
Verify:
Generate a solution¶
The template runs dotnet restore by default unless you pass --skip-restore.
Page pack presets¶
--PagePack |
Includes |
|---|---|
minimal |
Core only |
standard |
Core + Trust |
growth |
Core + Product + Trust |
full |
Core + Product + Content + Trust + Auth (default) |
Build and test¶
Run the site locally:
Default URLs: https://localhost:5000 and http://localhost:5001 (see Properties/launchSettings.json).
Next steps¶
- Review
appsettings.json(analytics, cookie consent, feature flags,BaseUrl) - Read repo guides: getting-started, page-catalog, site-profiles
- Parameters for all template symbols